Typographic enhancements
Tom Rutgers
committed Aug 20, 2018
commit f1e4657ac58f59c09e575351eb7a5c036dfc94fa
Showing 3
changed files with
4 additions
and 3 deletions
config.rb
+1
-1
| @@ | @@ -86,6 +86,6 @@ configure :build do |
| activate :gzip | |
| #Use asset hashes to use for caching | |
| - | activate :asset_hash |
| + | #activate :asset_hash |
| end | |
source/stylesheets/demo/base/_typography.scss
+3
-1
| @@ | @@ -10,7 +10,9 @@ p { |
| line-height: 28px; | |
| } | |
| - | |
| + | h1, h2, h3 { |
| + | line-height: 1.2; |
| + | } |
| h1 { | |
| font-size: 64px; | |
| font-weight: 700; | |
source/stylesheets/demo/news/_news.scss
+0
-1
| @@ | @@ -104,7 +104,6 @@ |
| } | |
| h3 { | |
| margin-top: 15px; | |
| - | font-size: 18px; |
| } | |
| .image { | |
| .date { | |