Fix the site header to size 1.5em

This commit is contained in:
Michael Howell 2018-01-12 23:30:14 +00:00
parent 4c31e4c44e
commit 333ab59f97
2 changed files with 4 additions and 0 deletions

View File

@ -43,6 +43,7 @@ and (max-width : 570px) {
header {
#site-text-logo {
font-size: 1.5em;
margin-top: .4em;
line-height: $line-height-medium;
}

View File

@ -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;