CC aplicado

This commit is contained in:
2025-09-25 13:03:23 -06:00
parent ad9b4d5999
commit 5e71e889f1
33 changed files with 241 additions and 154 deletions
+3 -1
View File
@@ -1,6 +1,7 @@
html {
box-sizing: border-box;
height: 100%;
overflow: hidden;
}
*,
@@ -18,6 +19,7 @@ body {
font-family: "Arial", sans-serif;
line-height: 1.3;
font-size: 18px;
overflow: hidden;
}
body > header,
body > footer {
@@ -411,7 +413,7 @@ body > main {
}
#coursenav-main-content {
height: 100%;
height: calc(100% - 85px);
overflow-x: hidden;
}