add clip to mobile text site title

This commit is contained in:
Jeff Atwood 2014-10-10 15:48:50 -07:00
parent 1c838513cd
commit 333aafad47
1 changed files with 3 additions and 1 deletions

View File

@ -114,5 +114,7 @@ h2#site-text-logo
max-height: 1em; max-height: 1em;
overflow: hidden; overflow: hidden;
padding: 0; padding: 0;
margin: 0; margin: 8px 0 0 0;
text-overflow: clip;
white-space: nowrap;
} }