fix visual issue

This commit is contained in:
ZXMushroom63 2024-09-15 11:47:41 +08:00
parent ea675bb802
commit c99f6480fa

View File

@ -16,6 +16,8 @@
body { body {
background-color: #2b2b2b; background-color: #2b2b2b;
color: #ffffff; color: #ffffff;
overflow-x: hidden;
overflow-y: scroll;
} }
.container { .container {
text-align: center; text-align: center;