I can't figure out why my clear fix isn't working. I have floated the nav ul with a class of main-nav to the right and the header collapsed a bit.
My clearfix is right above the footer styling in the CSS.
.clearfix::after {
content="";
display: table;
clear: both;
}