mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-17 04:01:29 -05:00
Merge pull request #1525 from squareleaf/logo_header_height
Change fixed width of logo in header to max-height.
This commit is contained in:
commit
6cfdd083d5
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@
|
|||
}
|
||||
}
|
||||
#site-logo {
|
||||
width: 122px;
|
||||
max-height: 40px;
|
||||
max-width: 350px;
|
||||
}
|
||||
.icon-home {
|
||||
font-size: 20px;
|
||||
|
|
Loading…
Reference in a new issue