Redesign header/navbar

This commit is contained in:
2021-09-30 17:56:55 -05:00
parent c81eb34a4a
commit 3cd01fc8c1
4 changed files with 15 additions and 23 deletions

View File

@ -1,8 +1,4 @@
/* Layout */
.header {
padding: 10px;
}
.page {
display: flex;
}
@ -21,6 +17,10 @@
padding: 14px 20px;
}
.navbar-items {
float: right;
}
body {
margin: 0;
display: flex;
@ -48,17 +48,8 @@ body {
/* Styling */
.header {
text-align: center;
background: #1a406b;
color: lightgray;
}
.header h1 {
font-size: 40px;
}
#navbar {
background-color: #222;
background-color: #091a2c;
}
#navbar a {
color: lightgray;
@ -66,7 +57,7 @@ body {
text-decoration: none;
}
#navbar a:hover {
background-color: #444;
background-color: #0e2a46;
color: white;
}
.side {