Add a clearfix class
This commit is contained in:
parent
1ae6672957
commit
1032fdb43e
|
@ -30,4 +30,11 @@ button{
|
|||
display: inline-block;
|
||||
padding: 4px 16px;
|
||||
font-size: 14px;
|
||||
}
|
||||
.clearfix {
|
||||
&:after {
|
||||
content: "";
|
||||
clear: both;
|
||||
display: table;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue