Skip to content

Commit 4f9f9f9

Browse files
committed
more changes needed to fix weird horizontal scrollbar
1 parent 4821185 commit 4f9f9f9

File tree

3 files changed

+4
-234
lines changed

3 files changed

+4
-234
lines changed

assets/scss/_landingpage.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.landing-page-container {
2-
width: 100vw;
3-
max-width: 100vw;
2+
width: 100%;
3+
max-width: 100%;
44
overflow: hidden;
55

66
min-height: 100vh;
@@ -416,7 +416,7 @@
416416
.landing-page-clear-bottom {
417417
z-index: 11;
418418
background-color: #FFF;
419-
width: 100vw;
419+
width: 100%;
420420
min-height: 35vh;
421421
position: relative;
422422
margin-bottom: -20vh;

assets/scss/templates/_main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,7 @@ padding: 20px 0px 0px 0px;
855855
}
856856

857857
.layer {
858-
width: 100vw;
858+
width: 100%;
859859
height: 100vh;
860860
display: flex;
861861
justify-content: center;

test.html

Lines changed: 0 additions & 230 deletions
This file was deleted.

0 commit comments

Comments
 (0)