update
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+5
-2
@@ -8,7 +8,6 @@ $outline-color: #ffa300 !default;
|
||||
html {
|
||||
box-sizing: border-box;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
*,
|
||||
*::before,
|
||||
@@ -26,7 +25,6 @@ body {
|
||||
font-family: 'Arial', sans-serif;
|
||||
line-height: 1.3;
|
||||
font-size: 18px;
|
||||
overflow: hidden;
|
||||
|
||||
> header,
|
||||
> footer {
|
||||
@@ -292,6 +290,11 @@ body {
|
||||
overflow: hidden;
|
||||
z-index: 1;
|
||||
// Puedes agregar box-shadow o background si quieres
|
||||
|
||||
@media (min-width: 1500px) {
|
||||
width: 1920px;
|
||||
height: 1080px;
|
||||
}
|
||||
}
|
||||
#coursenav-offcanvas {
|
||||
border-top-right-radius: 30px !important;
|
||||
|
||||
+6
-2
@@ -1,7 +1,6 @@
|
||||
html {
|
||||
box-sizing: border-box;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
*,
|
||||
@@ -19,7 +18,6 @@ body {
|
||||
font-family: "Arial", sans-serif;
|
||||
line-height: 1.3;
|
||||
font-size: 18px;
|
||||
overflow: hidden;
|
||||
}
|
||||
body > header,
|
||||
body > footer {
|
||||
@@ -299,6 +297,12 @@ body > main {
|
||||
overflow: hidden;
|
||||
z-index: 1;
|
||||
}
|
||||
@media (min-width: 1500px) {
|
||||
.wrap-course-content {
|
||||
width: 1920px;
|
||||
height: 1080px;
|
||||
}
|
||||
}
|
||||
|
||||
#coursenav-offcanvas {
|
||||
border-top-right-radius: 30px !important;
|
||||
|
||||
Reference in New Issue
Block a user