Skip to content

Commit c4ab65c

Browse files
fix horizontal scrollbar
1 parent 6844137 commit c4ab65c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

components/Hero/Hero.module.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.hero {
2-
width: 100vw;
32
height: 100vh;
43
position: relative;
54
}

css/global.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ body {
77
-moz-osx-font-smoothing: grayscale;
88
}
99

10+
* {
11+
box-sizing: border-box;
12+
}
13+
1014
.container {
1115
max-width: 42em;
1216
margin: 200px auto 3rem auto;

0 commit comments

Comments
 (0)