Hide embed banner in mobile

pull/15087/head
csubira 5 years ago
parent 60ea1a67f3
commit 56d16bf0f1

@ -328,6 +328,10 @@ $cEmbedTabs-Shadow: rgba(0, 0, 0, 0.24);
bottom: 54px; bottom: 54px;
} }
@media (max-width: $sMedia-s) {
display: none;
}
&--inner { &--inner {
display: flex; display: flex;
flex-direction: column; flex-direction: column;

@ -1,6 +1,6 @@
{ {
"name": "cartodb-ui", "name": "cartodb-ui",
"version": "1.0.0-assets.123-embedfree-3", "version": "1.0.0-assets.123-embedfree-4",
"description": "CARTO UI frontend", "description": "CARTO UI frontend",
"repository": { "repository": {
"type": "git", "type": "git",

Loading…
Cancel
Save