Skip to content

Commit 09b532d

Browse files
committed
allow text to wrap down to prevent broken horizontal page scrolling on mobile
1 parent dad29bc commit 09b532d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

assets/sass/main.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ body {
44
background-image: linear-gradient(#d7cdc0ff, #fdf7f6ff);
55
margin-right: 10%;
66
margin-left: 10%;
7+
overflow-wrap: break-word;
78
}
89
.block {
910
background-color: rgb(247, 243, 239);

0 commit comments

Comments
 (0)