Skip to content

Commit 60e7317

Browse files
committed
fix black bar on mobile
1 parent 2fd2915 commit 60e7317

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

styles.css

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ body {
77

88
}
99

10+
body, html {
11+
overflow-x: hidden;
12+
}
13+
1014
body .maincontent {
1115
/*background: linear-gradient(to bottom, #424242, #424242, #000000);*/
1216
background: linear-gradient(180deg, rgb(25.882% 25.882% 25.882%) 0%, rgb(25.876% 25.876% 25.876%) 6.25%, rgb(25.832% 25.832% 25.832%) 12.5%, rgb(25.712% 25.712% 25.712%) 18.75%, rgb(25.478% 25.478% 25.478%) 25%, rgb(25.092% 25.092% 25.092%) 31.25%, rgb(24.517% 24.517% 24.517%) 37.5%, rgb(23.715% 23.715% 23.715%) 43.75%, rgb(22.647% 22.647% 22.647%) 50%, rgb(21.276% 21.276% 21.276%) 56.25%, rgb(19.563% 19.563% 19.563%) 62.5%, rgb(17.472% 17.472% 17.472%) 68.75%, rgb(14.963% 14.963% 14.963%) 75%, rgb(12% 12% 12%) 81.25%, rgb(8.543% 8.543% 8.543%) 87.5%, rgb(4.556% 4.556% 4.556%) 93.75%, rgb(0% 0% 0%) 100% )

0 commit comments

Comments
 (0)