removing max-width on #site-logo from base and putting it back in mobile
This commit is contained in:
parent
d6a9f384aa
commit
971494bf5a
|
@ -27,7 +27,6 @@
|
|||
|
||||
#site-logo {
|
||||
max-height: 40px;
|
||||
max-width: 122px;
|
||||
}
|
||||
|
||||
.fa-home {
|
||||
|
|
|
@ -6,6 +6,10 @@
|
|||
padding-left: 10px !important;
|
||||
padding-right: 10px !important;
|
||||
|
||||
#site-logo {
|
||||
max-width: 122px;
|
||||
}
|
||||
|
||||
a.star {float: left;}
|
||||
|
||||
.panel {
|
||||
|
|
Loading…
Reference in New Issue