Merge pull request #1630 from awesomerobot/master

using max-width on the #main-logo versus setting a static width
This commit is contained in:
Régis Hanol 2013-11-08 09:44:06 -08:00
commit be589da5dc
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
} }
} }
#site-logo { #site-logo {
width: 122px; max-width: 122px;
} }
.icon-home { .icon-home {
font-size: 20px; font-size: 20px;