Browse Source

improved font-size for pages

unreleased_contents
Brandon Mathis 13 years ago
parent
commit
16b03308bd
  1. 2
      .themes/classic/sass/base/_typography.scss

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

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

Loading…
Cancel
Save