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

@ -27,6 +27,10 @@ header {
font-size: 12px;
}
#search {
margin-top: 0;
}
header nav {
font-size: 16px;
line-height: 2em;
@ -767,7 +771,11 @@ td code {
}
}
@media (max-width: 700px) {
@media (max-width: 900px) {
#logo-container {
display: block;
}
#logo-docs {
display: none;
}