From 6ba6cc02979cff35119e0fa2db707ed7df407191 Mon Sep 17 00:00:00 2001 From: Brian Dunnigan Date: Tue, 18 Sep 2018 12:27:36 -0400 Subject: [PATCH] Fixing header size in footer --- css/hale2015-blue.css | 3 +++ css/hale2015-green.css | 3 +++ css/hale2015-orange.css | 3 +++ css/hale2015-purple.css | 3 +++ css/hale2015-red.css | 3 +++ scss/_hale2015-common.scss | 5 +++++ 6 files changed, 20 insertions(+) diff --git a/css/hale2015-blue.css b/css/hale2015-blue.css index d373381..ecc9861 100644 --- a/css/hale2015-blue.css +++ b/css/hale2015-blue.css @@ -9483,3 +9483,6 @@ Sidebar RCPT padding: 0; margin-bottom: 10px; margin-left: 0; } + +#mega-footer h3.widget-title { + font-size: 20px !important; } diff --git a/css/hale2015-green.css b/css/hale2015-green.css index ad16e46..bcc7cb9 100644 --- a/css/hale2015-green.css +++ b/css/hale2015-green.css @@ -9483,3 +9483,6 @@ Sidebar RCPT padding: 0; margin-bottom: 10px; margin-left: 0; } + +#mega-footer h3.widget-title { + font-size: 20px !important; } diff --git a/css/hale2015-orange.css b/css/hale2015-orange.css index 054081f..cfe4c9b 100644 --- a/css/hale2015-orange.css +++ b/css/hale2015-orange.css @@ -9483,3 +9483,6 @@ Sidebar RCPT padding: 0; margin-bottom: 10px; margin-left: 0; } + +#mega-footer h3.widget-title { + font-size: 20px !important; } diff --git a/css/hale2015-purple.css b/css/hale2015-purple.css index ae09ac7..e9e92a6 100644 --- a/css/hale2015-purple.css +++ b/css/hale2015-purple.css @@ -9483,3 +9483,6 @@ Sidebar RCPT padding: 0; margin-bottom: 10px; margin-left: 0; } + +#mega-footer h3.widget-title { + font-size: 20px !important; } diff --git a/css/hale2015-red.css b/css/hale2015-red.css index b3b7fb4..d11b8ef 100644 --- a/css/hale2015-red.css +++ b/css/hale2015-red.css @@ -9483,3 +9483,6 @@ Sidebar RCPT padding: 0; margin-bottom: 10px; margin-left: 0; } + +#mega-footer h3.widget-title { + font-size: 20px !important; } diff --git a/scss/_hale2015-common.scss b/scss/_hale2015-common.scss index 2e37d29..0b82598 100644 --- a/scss/_hale2015-common.scss +++ b/scss/_hale2015-common.scss @@ -633,4 +633,9 @@ Sidebar RCPT } +#mega-footer h3.widget-title { + font-size:20px!important +} + +