Adjust logo css for mobile devices

Fixes #557
main
Ben Busby 2021-11-27 20:03:06 -07:00
parent 15391379be
commit 27051363ff
No known key found for this signature in database
GPG Key ID: B9B7231E01D924A1
1 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@ a {
@media (max-width: 1000px) { @media (max-width: 1000px) {
svg { svg {
margin-top: .7em; margin-top: .3em;
height: 70%;
} }
} }