Skip to content

Commit 744f86f

Browse files
committed
white space issue
1 parent ac02ac3 commit 744f86f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

css/style.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,15 @@ html, body {
2727
body.menu-open {
2828
overflow: hidden;
2929
}
30-
30+
section, header, footer {
31+
max-width: 100vw;
32+
overflow-x: hidden;
33+
}
34+
body.menu-open {
35+
overflow: hidden;
36+
position: fixed;
37+
width: 100%;
38+
}
3139
section[id],
3240
header[id] {
3341
scroll-margin-top: 70px;

0 commit comments

Comments
 (0)