mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-14 00:50:14 -04:00
adding clearfix to body
This commit is contained in:
parent
ed58a87616
commit
36087919b6
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@ body {
|
|||
background-size: cover;
|
||||
min-height: 100%;
|
||||
|
||||
@include clearfix;
|
||||
|
||||
button.ok {
|
||||
background: $success;
|
||||
color: $secondary;
|
||||
|
|
Loading…
Reference in a new issue