dylanmcleod
7/18/2015 - 4:26 AM

Clearfix Hack

Clearfix Hack

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}