mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-07 04:24:35 -04:00
FIX: all-text site titles were too wide
This commit is contained in:
parent
70cccb0a06
commit
1c838513cd
1 changed files with 10 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue