mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Restrict logo width for small screens
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user