allow wider mobile header
This commit is contained in:
parent
0627a58b8b
commit
518262ce58
|
@ -5,12 +5,12 @@
|
||||||
.d-header {
|
.d-header {
|
||||||
|
|
||||||
#site-logo {
|
#site-logo {
|
||||||
max-width: 125px;
|
max-width: 155px;
|
||||||
}
|
}
|
||||||
|
|
||||||
// some protection for text-only site titles
|
// some protection for text-only site titles
|
||||||
.title {
|
.title {
|
||||||
max-width: 130px;
|
max-width: 160px;
|
||||||
height: 39px;
|
height: 39px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
Loading…
Reference in New Issue