mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-17 12:11:16 -05:00
fix narrow mobile logo max-width
This commit is contained in:
parent
d2b59bf7f2
commit
68a262ff08
1 changed files with 2 additions and 2 deletions
|
@ -5,12 +5,12 @@
|
||||||
.d-header {
|
.d-header {
|
||||||
|
|
||||||
#site-logo {
|
#site-logo {
|
||||||
max-width: 135px;
|
max-width: 125px;
|
||||||
}
|
}
|
||||||
|
|
||||||
// some protection for text-only site titles
|
// some protection for text-only site titles
|
||||||
.title {
|
.title {
|
||||||
max-width: 140px;
|
max-width: 130px;
|
||||||
height: 39px;
|
height: 39px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
Loading…
Reference in a new issue