From ba6f5a548cb5fd4e68a88741908997e3f32a6dc4 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 14 Jul 2017 22:54:11 +0100 Subject: [PATCH] Make h1 have a decent size --- static/src/scss/style.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/src/scss/style.scss b/static/src/scss/style.scss index 34cdad6..5bc82c6 100644 --- a/static/src/scss/style.scss +++ b/static/src/scss/style.scss @@ -14,6 +14,12 @@ $fa-font-path: "../fonts"; border-radius: 0; } +.box { + h1 { + font-size: 2.75em; + } +} + .box a .image { margin-top: -3em !important; border-radius: 0 !important;