Skip to content

Commit 5fe2b52

Browse files
committed
FIX overflows for smaller screens
1 parent b6f1d24 commit 5fe2b52

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

_sass/elements.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ html, body {
99

1010
body {
1111
font-family: "San Francisco", "Helvetica Neue", "Helvetica", "Arial";
12+
word-wrap:break-word;
13+
}
14+
15+
table {
16+
overflow-x: scroll;
17+
display:block;
1218
}
1319

1420
a {

0 commit comments

Comments
 (0)