fix: portrait mode for mobile
This commit is contained in:
parent
a58257e495
commit
8df229268e
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user