Skip to content
Snippets Groups Projects
Commit e7611824 authored by NOUMANE's avatar NOUMANE Committed by pybelecalo
Browse files

[US TRTL-593] REDESIGN Responsive 1920px

parent f289a3bd
No related branches found
No related tags found
No related merge requests found
......@@ -2,4 +2,24 @@ div {
padding-top: 72px;
min-height: calc(100vh - 100px);
background-color: var(--vitamui-background);
}
\ No newline at end of file
margin: 40px auto;
width: 1440px;
}
@media screen and (max-width: 1440px){
div {
width: 1200px;
}
}
@media screen and (max-width: 1200px){
div {
width: 1060px;
}
}
......@@ -40,7 +40,6 @@ $footer-height: 100px !default;
}
.vitamui-body {
padding: 40px 100px;
min-height: calc(100vh - #{$header-height + $footer-height});
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment