limited root layout to max-width:1920px; #1251

This commit is contained in:
2022-03-17 16:34:18 +01:00
parent 00df4dbaf8
commit 006dd606ea
+3
View File
@@ -18,9 +18,12 @@ body{
display: flex;
flex-direction: column;
width: 100vw;
max-width: 1920px;
height:100vh;
margin:0 auto;
%layout-element{
width:100vw;
max-width: 1920px;
box-sizing:border-box;
}
header[role="banner"]{