resize footer
This commit is contained in:
parent
d085781ada
commit
1f8cf9871e
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
footer {
|
||||
background-color: $brand-grey-dark;
|
||||
padding-top: 20px;
|
||||
padding-top: 50px;
|
||||
width: 100%;
|
||||
height: $footer-height;
|
||||
text-align: center;
|
||||
|
|
|
@ -9,7 +9,7 @@ $white: #FFF;
|
|||
/* @end General Colours */
|
||||
|
||||
|
||||
$footer-height: 175px;
|
||||
$footer-height: 300px;
|
||||
$font-family-heading: "Open Sans", "Helvetica Neue", Arial, sans-serif;
|
||||
|
||||
|
||||
|
|
Reference in a new issue