mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
removing max-width on #site-logo from base and putting it back in mobile
This commit is contained in:
parent
d6a9f384aa
commit
971494bf5a
2 changed files with 4 additions and 1 deletions
|
@ -27,7 +27,6 @@
|
||||||
|
|
||||||
#site-logo {
|
#site-logo {
|
||||||
max-height: 40px;
|
max-height: 40px;
|
||||||
max-width: 122px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.fa-home {
|
.fa-home {
|
||||||
|
|
|
@ -6,6 +6,10 @@
|
||||||
padding-left: 10px !important;
|
padding-left: 10px !important;
|
||||||
padding-right: 10px !important;
|
padding-right: 10px !important;
|
||||||
|
|
||||||
|
#site-logo {
|
||||||
|
max-width: 122px;
|
||||||
|
}
|
||||||
|
|
||||||
a.star {float: left;}
|
a.star {float: left;}
|
||||||
|
|
||||||
.panel {
|
.panel {
|
||||||
|
|
Loading…
Reference in a new issue