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
commit de813d3070
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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() {