diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-12-09 18:59:56 +0200 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-12-09 18:59:56 +0200 |
| commit | 64cfb355c8ba9c1ac19d67cb6655f910e1c1e371 (patch) | |
| tree | 58c05749a75e0bbb2c8238e01ec2b7efd286ad90 | |
| parent | 1289e7b10e9e7c4c61134b63d6667c7974c228f0 (diff) | |
Use bourbon modular-scale where neccesary
| -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); } } |
