FIX: Restrict logo width for small screens
This commit is contained in:
parent
55945ec7c8
commit
6027e7ba3d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue