mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
Merge pull request #2101 from awesomerobot/master
fixing regression, adding max-height to #site-logo
This commit is contained in:
commit
4ce422dc26
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
|||
}
|
||||
#site-logo {
|
||||
max-width: 122px;
|
||||
max-height: 40px;
|
||||
}
|
||||
.fa-home {
|
||||
font-size: 20px;
|
||||
|
|
Loading…
Reference in a new issue