diff options
Diffstat (limited to 'style.scss')
| -rw-r--r-- | style.scss | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,7 +16,7 @@ body { margin-bottom: 30px; margin-left: 40px; h1 { - font-size: 1.7em; + font-size: modular-scale(2); small { text-transform: uppercase; color: #bbb; @@ -25,7 +25,7 @@ body { } p { margin-right: 90px; - font-size: 0.8em; + font-size: modular-scale(-1); } } |
