adding clearfix to body

This commit is contained in:
Kris Aubuchon 2015-03-27 14:42:27 -04:00
parent ed58a87616
commit 36087919b6

View File

@ -41,6 +41,8 @@ body {
background-size: cover;
min-height: 100%;
@include clearfix;
button.ok {
background: $success;
color: $secondary;