fix: portrait mode for mobile

This commit is contained in:
mco-system 2023-04-11 19:52:51 +11:00
parent a58257e495
commit 8df229268e
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,7 @@
gap: 2em;
background-color: var(--main-bg-color);
width: 100vw;
transform: translateZ(0);
}
.content {
font-size: 2em;
@ -102,6 +103,7 @@
gap: 1em;
background-color: var(--main-bg-color);
width: 21em;
transform: translateZ(0);
/* background-color: white; */
}
.content {