Skip to content
Snippets Groups Projects

fix(carto): issue #11 responsive structure details

Merged Etienne LOUPIAS requested to merge fix/issue11-responsive-structure-details into dev
@@ -18,17 +18,15 @@ a {
left: 0;
max-width: 980px;
width: 100%;
box-sizing: border-box;
height: calc(100vh - #{$header-height} - #{$footer-height});
padding: 0px 24px;
overflow: auto;
@media #{$tablet} {
height: calc(100vh - #{$header-height});
.printButton {
display: none !important;
}
.ico-close {
margin-left: 16px;
}
}
.printButton {
margin-right: 75px;
Loading