From 9eb08bbf29457beca868e10f3e471b9dacbfba26 Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Sat, 30 Nov 2019 21:41:55 +1300 Subject: [PATCH] Merge css rules --- app/assets/stylesheets/overrides.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/overrides.scss b/app/assets/stylesheets/overrides.scss index 5fd624536..1bf269086 100755 --- a/app/assets/stylesheets/overrides.scss +++ b/app/assets/stylesheets/overrides.scss @@ -8,10 +8,6 @@ body { font-family: $default-font; } -.jumbotron h1 { - font-size: 400%; -} - .navbar-brand .site-name { font-family: 'Modak', cursive; font-size: 3em; @@ -331,6 +327,10 @@ ul.thumbnail-buttons { padding-bottom: 30px; padding-top: 30px; + h1 { + font-size: 400%; + } + // signup widget on homepage .signup { background-color: lighten($green, 40%);