Commit 92e81718 authored by Mark Otto's avatar Mark Otto

Use .clearfix mixin instead of overflow on examples

parent dc7f92a0
This diff is collapsed.
This diff is collapsed.
......@@ -866,7 +866,7 @@ body {
margin-bottom: -1rem;
border: solid #f7f7f9;
border-width: .2rem 0 0;
overflow: auto; // clearfix
.clearfix();
@media (min-width: 480px) {
border-width: .2rem;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment