Merge pull request #3301 from awesomerobot/master

adding clearfix to body
This commit is contained in:
Régis Hanol 2015-03-27 19:55:52 +01:00
commit 6745b1649e

View File

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