adding clearfix to body
This commit is contained in:
parent
ed58a87616
commit
36087919b6
|
@ -41,6 +41,8 @@ body {
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
|
|
||||||
|
@include clearfix;
|
||||||
|
|
||||||
button.ok {
|
button.ok {
|
||||||
background: $success;
|
background: $success;
|
||||||
color: $secondary;
|
color: $secondary;
|
||||||
|
|
Loading…
Reference in New Issue