summaryrefslogtreecommitdiff
path: root/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'style.scss')
-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);
}
}