Browse Source

Updated responsive typography sizing

unreleased_contents
Brandon Mathis 14 years ago
parent
commit
d4139e394e
  1. 2
      .themes/classic/sass/base/_typography.scss

2
.themes/classic/sass/base/_typography.scss

@ -27,7 +27,7 @@ h1 {
line-height: 1.2em; line-height: 1.2em;
} }
@media only screen and (min-width: 768px) { @media only screen and (min-width: 992px) {
body { font-size: 1.15em; } body { font-size: 1.15em; }
h1 { font-size: 3em; line-height: 1.2em; } h1 { font-size: 3em; line-height: 1.2em; }
} }

Loading…
Cancel
Save