diff --git a/sass/mixins/_mixins-master.scss b/sass/mixins/_mixins-master.scss index 60fe185..024159a 100644 --- a/sass/mixins/_mixins-master.scss +++ b/sass/mixins/_mixins-master.scss @@ -14,6 +14,7 @@ @mixin clearfix() { content: ""; display: table; + table-layout: fixed; } // Clear after (not all clearfix need this also) diff --git a/style.css b/style.css index 587ad55..5c63a1c 100644 --- a/style.css +++ b/style.css @@ -599,6 +599,7 @@ a:active { .site-footer:after { content: ""; display: table; + table-layout: fixed; } .clear:after,