mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-12-22 12:13:19 -06:00
Reorder CSS
This commit is contained in:
parent
3cd01fc8c1
commit
5292400234
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user