removing max-width on #site-logo from base and putting it back in mobile

This commit is contained in:
Kris Aubuchon 2014-05-27 11:58:53 -04:00
parent d6a9f384aa
commit 971494bf5a
2 changed files with 4 additions and 1 deletions

View file

@ -27,7 +27,6 @@
#site-logo {
max-height: 40px;
max-width: 122px;
}
.fa-home {

View file

@ -6,6 +6,10 @@
padding-left: 10px !important;
padding-right: 10px !important;
#site-logo {
max-width: 122px;
}
a.star {float: left;}
.panel {