Replace hard-coded footer padding with new footer-padding variable

This commit is contained in:
Trent Peterson 2018-10-17 09:37:44 -07:00 committed by Jeremy Thomas
parent 87e139c4a6
commit a9b5d284cc

View File

@ -1,5 +1,6 @@
$footer-background-color: $white-bis !default
$footer-padding: 3rem 1.5rem 6rem !default
.footer
background-color: $footer-background-color
padding: 3rem 1.5rem 6rem
padding: $footer-padding