FIX: Restrict logo width for small screens

This commit is contained in:
Kris 2018-11-28 13:26:12 -05:00
parent 55945ec7c8
commit 6027e7ba3d
1 changed files with 3 additions and 1 deletions

View File

@ -15,10 +15,12 @@
animation: fadein 0.5s;
a {
display: block;
width: 100%;
}
}
#site-logo {
height: 2.4em;
max-height: 2.4em;
max-width: 100%;
}
#site-text-logo {
margin: 0;