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:
parent
4c31e4c44e
commit
333ab59f97
2 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue