Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixing header size in footer
  • Loading branch information
bcd04001 committed Sep 18, 2018
1 parent 78458fc commit 6ba6cc0
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 0 deletions.
3 changes: 3 additions & 0 deletions css/hale2015-blue.css
Expand Up @@ -9483,3 +9483,6 @@ Sidebar RCPT
padding: 0;
margin-bottom: 10px;
margin-left: 0; }

#mega-footer h3.widget-title {
font-size: 20px !important; }
3 changes: 3 additions & 0 deletions css/hale2015-green.css
Expand Up @@ -9483,3 +9483,6 @@ Sidebar RCPT
padding: 0;
margin-bottom: 10px;
margin-left: 0; }

#mega-footer h3.widget-title {
font-size: 20px !important; }
3 changes: 3 additions & 0 deletions css/hale2015-orange.css
Expand Up @@ -9483,3 +9483,6 @@ Sidebar RCPT
padding: 0;
margin-bottom: 10px;
margin-left: 0; }

#mega-footer h3.widget-title {
font-size: 20px !important; }
3 changes: 3 additions & 0 deletions css/hale2015-purple.css
Expand Up @@ -9483,3 +9483,6 @@ Sidebar RCPT
padding: 0;
margin-bottom: 10px;
margin-left: 0; }

#mega-footer h3.widget-title {
font-size: 20px !important; }
3 changes: 3 additions & 0 deletions css/hale2015-red.css
Expand Up @@ -9483,3 +9483,6 @@ Sidebar RCPT
padding: 0;
margin-bottom: 10px;
margin-left: 0; }

#mega-footer h3.widget-title {
font-size: 20px !important; }
5 changes: 5 additions & 0 deletions scss/_hale2015-common.scss
Expand Up @@ -633,4 +633,9 @@ Sidebar RCPT
}


#mega-footer h3.widget-title {
font-size:20px!important
}



0 comments on commit 6ba6cc0

Please sign in to comment.