Add a clearfix class

This commit is contained in:
mmcwilliams 2018-02-01 14:50:03 -05:00
parent 1ae6672957
commit 1032fdb43e
1 changed files with 7 additions and 0 deletions

View File

@ -30,4 +30,11 @@ button{
display: inline-block;
padding: 4px 16px;
font-size: 14px;
}
.clearfix {
&:after {
content: "";
clear: both;
display: table;
}
}