|
@@ -18,9 +18,12 @@ body{
|
|
display: flex;
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
width: 100vw;
|
|
width: 100vw;
|
|
|
|
+ max-width: 1920px;
|
|
height:100vh;
|
|
height:100vh;
|
|
|
|
+ margin:0 auto;
|
|
%layout-element{
|
|
%layout-element{
|
|
width:100vw;
|
|
width:100vw;
|
|
|
|
+ max-width: 1920px;
|
|
box-sizing:border-box;
|
|
box-sizing:border-box;
|
|
}
|
|
}
|
|
header[role="banner"]{
|
|
header[role="banner"]{
|