fix: portrait mode for mobile

This commit is contained in:
mco-system 2023-04-11 20:04:42 +11:00
parent 07f81bc2c1
commit cf2fb60676
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@
gap: 1em; gap: 1em;
background-color: var(--main-bg-color); background-color: var(--main-bg-color);
width: 21em; width: 21em;
transform: translateZ(0); transform: translateZ(2);
/* background-color: white; */ /* background-color: white; */
} }
.content { .content {