2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-12 21:10:47 +08:00

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

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