Skip to content
Snippets Groups Projects
Commit 06ef3d64 authored by Etienne LOUPIAS's avatar Etienne LOUPIAS
Browse files

fix(carto): issue #11 responsive structure details

parent 916739f9
Branches
Tags
1 merge request!226fix(carto): issue #11 responsive structure details
......@@ -17,18 +17,16 @@ a {
top: 0;
left: 0;
max-width: 980px;
width: 100%;
height: calc(100vh - #{$header-height} - #{$footer-height});
@media #{$desktop} {
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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment