summaryrefslogtreecommitdiff
path: root/src/sass
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2021-03-19 15:08:10 +0100
committerSanto Cariotti <santo@dcariotti.me>2021-03-19 15:08:10 +0100
commit9486f7fda828cc668b592bae31aea1d88f3192c6 (patch)
tree5c6f1e970e65ef41b8164d4558e7278859aeef31 /src/sass
parent85fa83918294eb11f7bea7c4b821bcc15b44d5cb (diff)
style: size bootstrap headers
Diffstat (limited to 'src/sass')
-rw-r--r--src/sass/_bootstrap.sass8
-rw-r--r--src/sass/_header.sass1
2 files changed, 8 insertions, 1 deletions
diff --git a/src/sass/_bootstrap.sass b/src/sass/_bootstrap.sass
index 755ffb1..c83c1eb 100644
--- a/src/sass/_bootstrap.sass
+++ b/src/sass/_bootstrap.sass
@@ -1,8 +1,14 @@
@import "_variables.sass";
-h1
+h1, h2, h3
font-family: $font-family-big
+h1
+ font-size: 3em
+
+h2
+ font-size: 2em
+
@mixin breakpoint($point)
@if $point == desktop
@media (min-width: 70em)
diff --git a/src/sass/_header.sass b/src/sass/_header.sass
index 33f9271..e64a031 100644
--- a/src/sass/_header.sass
+++ b/src/sass/_header.sass
@@ -5,6 +5,7 @@ header
color: $color-w
padding: 10px 0
box-shadow: rgba(0, 0, 0, 0.2) 0 2px 0px
+ margin-bottom: 30px
h1
font-size: 3em
margin: 0