Update globals.scss

This commit is contained in:
Yifei Zhang 2023-08-13 02:47:07 +08:00 committed by GitHub
parent d45c61109f
commit c94713475f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@ body {
align-items: center; align-items: center;
user-select: none; user-select: none;
touch-action: pan-x pan-y; touch-action: pan-x pan-y;
overflow: hidden;
@media only screen and (max-width: 600px) { @media only screen and (max-width: 600px) {
background-color: var(--second); background-color: var(--second);