Merge pull request #2101 from awesomerobot/master
fixing regression, adding max-height to #site-logo
This commit is contained in:
commit
4ce422dc26
|
@ -31,6 +31,7 @@
|
||||||
}
|
}
|
||||||
#site-logo {
|
#site-logo {
|
||||||
max-width: 122px;
|
max-width: 122px;
|
||||||
|
max-height: 40px;
|
||||||
}
|
}
|
||||||
.fa-home {
|
.fa-home {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
|
|
Loading…
Reference in New Issue