FIX: all-text site titles were too wide

This commit is contained in:
Jeff Atwood 2014-10-10 15:43:01 -07:00
parent 70cccb0a06
commit 1c838513cd
1 changed files with 10 additions and 0 deletions

View File

@ -106,3 +106,13 @@ blockquote {
#simple-container {
width: 90%;
}
// if the logo is text, it can't be too big or small width devices have issues
h2#site-text-logo
{
max-width: 135px;
max-height: 1em;
overflow: hidden;
padding: 0;
margin: 0;
}