mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-11-17 05:15:58 -06:00
Reorder CSS
This commit is contained in:
parent
3cd01fc8c1
commit
5292400234
@ -35,11 +35,8 @@ body {
|
||||
.page {
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 400px) {
|
||||
#navbar a {
|
||||
float: none;
|
||||
.navbar-items a {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
@ -48,6 +45,18 @@ body {
|
||||
|
||||
|
||||
/* Styling */
|
||||
.side {
|
||||
background-color: #111;
|
||||
color: lightgray;
|
||||
}
|
||||
.content {
|
||||
color: lightgray;
|
||||
}
|
||||
.footer {
|
||||
text-align: center;
|
||||
background: #ddd;
|
||||
}
|
||||
|
||||
#navbar {
|
||||
background-color: #091a2c;
|
||||
}
|
||||
@ -60,17 +69,6 @@ body {
|
||||
background-color: #0e2a46;
|
||||
color: white;
|
||||
}
|
||||
.side {
|
||||
background-color: #111;
|
||||
color: lightgray;
|
||||
}
|
||||
.content {
|
||||
color: lightgray;
|
||||
}
|
||||
.footer {
|
||||
text-align: center;
|
||||
background: #ddd;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: black;
|
||||
|
Loading…
Reference in New Issue
Block a user