fix: portrait mode for mobile

This commit is contained in:
mco-system 2023-04-11 20:06:18 +11:00
parent cf2fb60676
commit 5cd1151d46
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
gap: 2em; gap: 2em;
background-color: var(--main-bg-color); background-color: var(--main-bg-color);
width: 100vw; width: 100vw;
transform: translateZ(0); transform: translateZ(2);
} }
.content { .content {
font-size: 2em; font-size: 2em;