mirror of
https://github.com/discourse/discourse.git
synced 2025-02-17 08:45:05 +00:00
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…
x
Reference in New Issue
Block a user