Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b205ec0cc6 | ||
|
|
de813d3070 | ||
|
|
f567653da3 | ||
|
|
0fbd357b10 |
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "cartoassets",
|
||||
"description": "Share frontend assets between different CARTO repositories",
|
||||
"version": "0.2.3",
|
||||
"version": "0.2.4",
|
||||
"homepage": "https://github.com/cartodb/CartoAssets",
|
||||
"author": {
|
||||
"name": "CARTO",
|
||||
|
||||
@@ -129,6 +129,13 @@
|
||||
@include align-items(flex-end);
|
||||
}
|
||||
|
||||
/* Clearfix */
|
||||
.u-clearfix::after {
|
||||
display: table;
|
||||
clear: both;
|
||||
content: '';
|
||||
}
|
||||
|
||||
|
||||
/* Media queries*/
|
||||
@include media-query-mobile() {
|
||||
|
||||
Reference in New Issue
Block a user