Use variable for the footer height

This commit is contained in:
leigh-mil
2019-01-23 10:57:13 -05:00
parent 0bbc0e00a9
commit ffb05bbc74
3 changed files with 3 additions and 1 deletions

View File

@@ -10,6 +10,7 @@
left: 0;
bottom: 0;
width: 100%;
height: $footer-height;
.app-footer__info {
flex-grow: 1;