fix: portrait mode for mobile
This commit is contained in:
parent
a58257e495
commit
8df229268e
@ -32,6 +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);
|
||||||
}
|
}
|
||||||
.content {
|
.content {
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
@ -102,6 +103,7 @@
|
|||||||
gap: 1em;
|
gap: 1em;
|
||||||
background-color: var(--main-bg-color);
|
background-color: var(--main-bg-color);
|
||||||
width: 21em;
|
width: 21em;
|
||||||
|
transform: translateZ(0);
|
||||||
/* background-color: white; */
|
/* background-color: white; */
|
||||||
}
|
}
|
||||||
.content {
|
.content {
|
||||||
|
Loading…
Reference in New Issue
Block a user