summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2015-12-09 18:59:56 +0200
committerYuval Adam <yuval@y3xz.com>2015-12-09 18:59:56 +0200
commit64cfb355c8ba9c1ac19d67cb6655f910e1c1e371 (patch)
tree58c05749a75e0bbb2c8238e01ec2b7efd286ad90
parent1289e7b10e9e7c4c61134b63d6667c7974c228f0 (diff)
Use bourbon modular-scale where neccesary
-rw-r--r--style.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/style.scss b/style.scss
index eb03032..3695f5e 100644
--- a/style.scss
+++ b/style.scss
@@ -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);
}
}