This commit is contained in:
2025-10-06 11:13:23 -06:00
parent e2479b31cc
commit c5f36689d8
21 changed files with 1698 additions and 26 deletions
+6 -2
View File
@@ -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;