From 4a6f58d61c628f9ff37e1a85a862518ee0f5048e Mon Sep 17 00:00:00 2001 From: orangemug Date: Wed, 10 Jun 2020 20:37:46 +0100 Subject: [PATCH] Changed heading sizes for modals. --- src/styles/_modal.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/styles/_modal.scss b/src/styles/_modal.scss index b1413fec..345e47e3 100644 --- a/src/styles/_modal.scss +++ b/src/styles/_modal.scss @@ -17,6 +17,14 @@ padding-top: $margin-3; padding-bottom: $margin-3; + h1 { + font-size: $font-size-4; + } + + h2 { + font-size: $font-size-5; + } + /* Bug fix: */ min-height: 0;