mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 20:24:05 -06:00
FIX: all-text site titles were too wide
This commit is contained in:
parent
70cccb0a06
commit
1c838513cd
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user