From 020a7d2ceb8c208db9fd266479cdf2cd5d66ceed Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 15 Feb 2018 10:03:23 +0000 Subject: [PATCH] change css a bit --- css/app.css | 8 +++++++- sass/_app.scss | 7 ++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index e99eb093..d8e31e66 100644 --- a/css/app.css +++ b/css/app.css @@ -3684,7 +3684,7 @@ a { } h1 { - font-size: 28px; + font-size: 35px; text-transform: uppercase; } @@ -3693,6 +3693,12 @@ h1 span { opacity: 0.4; } +h2 { + font-size: 35px; + text-transform: uppercase; + margin: 0; +} + .section5 { background: #c7cfd4; padding: 80px 40px 1px; diff --git a/sass/_app.scss b/sass/_app.scss index 5529e1de..19aca8f7 100644 --- a/sass/_app.scss +++ b/sass/_app.scss @@ -44,13 +44,18 @@ a { } h1 { - font-size: 28px; + font-size: 35px; text-transform: uppercase; span { font-weight: 200; opacity: 0.4; } } +h2 { + font-size: 35px; + text-transform: uppercase; + margin: 0; +} .section5 { background: #c7cfd4; padding: 80px 40px 1px;