allow wider mobile header

This commit is contained in:
Jeff Atwood 2015-09-17 00:17:35 -07:00
parent 0627a58b8b
commit 518262ce58
1 changed files with 2 additions and 2 deletions

View File

@ -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;