mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
Change fixed width of logo in header to max-height. Addresses issue #1045
Add max width
This commit is contained in:
parent
23bf4436f5
commit
6681751531
@ -30,7 +30,8 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
#site-logo {
|
#site-logo {
|
||||||
width: 122px;
|
max-height: 40px;
|
||||||
|
max-width: 350px;
|
||||||
}
|
}
|
||||||
.icon-home {
|
.icon-home {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user