mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 19:00:32 -06:00
Fix the site header to size 1.5em
This commit is contained in:
parent
4c31e4c44e
commit
333ab59f97
@ -43,6 +43,7 @@ and (max-width : 570px) {
|
||||
|
||||
header {
|
||||
#site-text-logo {
|
||||
font-size: 1.5em;
|
||||
margin-top: .4em;
|
||||
line-height: $line-height-medium;
|
||||
}
|
||||
|
@ -2,6 +2,9 @@
|
||||
// Discourse header
|
||||
// --------------------------------------------------
|
||||
|
||||
#site-text-logo {
|
||||
font-size: 1.5em;
|
||||
}
|
||||
@media only screen and (max-width: 320px) {
|
||||
#site-text-logo {
|
||||
font-size: $font-up-2;
|
||||
|
Loading…
Reference in New Issue
Block a user