mirror of
https://github.com/discourse/discourse.git
synced 2025-01-31 12:19:45 +08: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 {
|
#simple-container {
|
||||||
width: 90%;
|
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