Skip to content

Commit 7251e1d

Browse files
authored
Fix unnecessary horizontal scroll (#4127)
1 parent b9a4e4e commit 7251e1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/src/pages/Home/Hero/styles.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
position: absolute;
1414
z-index: -1;
1515
overflow: hidden;
16-
width: 100vw;
16+
width: 100%;
1717
}
1818

1919
.socialLinks {

0 commit comments

Comments
 (0)