Merge pull request #201 from CartoDB/wrong-margin-in-paddings

Add Clearfix class
This commit is contained in:
Jesús Botella
2018-06-18 13:23:35 +02:00
committed by GitHub
+7
View File
@@ -129,6 +129,13 @@
@include align-items(flex-end);
}
/* Clearfix */
.u-clearfix::after {
display: table;
clear: both;
content: '';
}
/* Media queries*/
@include media-query-mobile() {