Reorder CSS

This commit is contained in:
BBaoVanC 2021-09-30 18:12:52 -05:00
parent 3cd01fc8c1
commit 5292400234
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 13 additions and 15 deletions

View File

@ -35,11 +35,8 @@ body {
.page { .page {
flex-direction: column; flex-direction: column;
} }
}
@media screen and (max-width: 400px) { .navbar-items a {
#navbar a {
float: none;
width: 100%; width: 100%;
} }
} }
@ -48,6 +45,18 @@ body {
/* Styling */ /* Styling */
.side {
background-color: #111;
color: lightgray;
}
.content {
color: lightgray;
}
.footer {
text-align: center;
background: #ddd;
}
#navbar { #navbar {
background-color: #091a2c; background-color: #091a2c;
} }
@ -60,17 +69,6 @@ body {
background-color: #0e2a46; background-color: #0e2a46;
color: white; color: white;
} }
.side {
background-color: #111;
color: lightgray;
}
.content {
color: lightgray;
}
.footer {
text-align: center;
background: #ddd;
}
body { body {
background-color: black; background-color: black;