A few minor fixes/tweaks

This commit is contained in:
Matthew Holt 2020-04-04 16:17:54 -06:00
parent 6b16d4d4b8
commit 2973be1e45
5 changed files with 29 additions and 19 deletions

View file

@ -57,12 +57,15 @@ header {
height: 40px;
}
#search {
margin-top: 4px;
}
header nav {
text-align: right;
line-height: 40px;
}
header nav > a {
display: inline-block;
padding-left: 10px;
@ -193,6 +196,18 @@ footer > div {
}
@media (max-width: 900px) {
header {
flex-direction: column;
}
#logo-container {
text-align: center;
}
header nav {
text-align: center;
}
footer {
flex-direction: column;
margin-top: 0;