We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4821185 commit 4f9f9f9Copy full SHA for 4f9f9f9
assets/scss/_landingpage.scss
@@ -1,6 +1,6 @@
1
.landing-page-container {
2
- width: 100vw;
3
- max-width: 100vw;
+ width: 100%;
+ max-width: 100%;
4
overflow: hidden;
5
6
min-height: 100vh;
@@ -416,7 +416,7 @@
416
.landing-page-clear-bottom {
417
z-index: 11;
418
background-color: #FFF;
419
420
min-height: 35vh;
421
position: relative;
422
margin-bottom: -20vh;
assets/scss/templates/_main.scss
@@ -855,7 +855,7 @@ padding: 20px 0px 0px 0px;
855
}
856
857
.layer {
858
859
height: 100vh;
860
display: flex;
861
justify-content: center;
test.html
0 commit comments