Skip to content

Commit 8016d9c

Browse files
authored
Update style.css
1 parent fdd1454 commit 8016d9c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

style.css

+5-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@
77
--font: 'Karla', sans-serif;
88
--delay: .3s;
99
}
10-
11-
body {
10+
html, body {
1211
margin: 0;
1312
padding: 0;
13+
overflow-x: hidden;
14+
}
15+
16+
body {
1417
min-height: 100vh;
1518
font-family: var(--font);
1619
background: radial-gradient(ellipse at bottom, var(--bgColor) 0%, var(--bgColor2) 100%);

0 commit comments

Comments
 (0)