fix narrow mobile logo max-width
This commit is contained in:
parent
d2b59bf7f2
commit
68a262ff08
|
@ -5,12 +5,12 @@
|
|||
.d-header {
|
||||
|
||||
#site-logo {
|
||||
max-width: 135px;
|
||||
max-width: 125px;
|
||||
}
|
||||
|
||||
// some protection for text-only site titles
|
||||
.title {
|
||||
max-width: 140px;
|
||||
max-width: 130px;
|
||||
height: 39px;
|
||||
overflow: hidden;
|
||||
padding: 0;
|
||||
|
|
Loading…
Reference in New Issue