mirror of
https://github.com/discourse/discourse.git
synced 2025-06-26 22:16:54 +08:00
Merge pull request #1630 from awesomerobot/master
using max-width on the #main-logo versus setting a static width
This commit is contained in:
@ -29,7 +29,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
#site-logo {
|
#site-logo {
|
||||||
width: 122px;
|
max-width: 122px;
|
||||||
}
|
}
|
||||||
.icon-home {
|
.icon-home {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
|
Reference in New Issue
Block a user