Fix Hound

This commit is contained in:
jesusbotella 2018-06-18 13:19:56 +02:00
parent 0fbd357b10
commit f567653da3

View File

@ -131,9 +131,9 @@
/* Clearfix */ /* Clearfix */
.u-clearfix::after { .u-clearfix::after {
content: "";
display: table; display: table;
clear: both; clear: both;
content: '';
} }