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