Adjust max-width of spirit-info in portrait mode
This commit is contained in:
@@ -116,7 +116,7 @@ canvas {
|
|||||||
@media (max-width: 619px), (orientation: portrait) {
|
@media (max-width: 619px), (orientation: portrait) {
|
||||||
#spirit-info {
|
#spirit-info {
|
||||||
width: 90vw;
|
width: 90vw;
|
||||||
max-width: 98vw;
|
max-width: 600px;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
max-height: 82dvh; /* dynamic viewport height */
|
max-height: 82dvh; /* dynamic viewport height */
|
||||||
padding: 8vw 4vw 4vw 4vw;
|
padding: 8vw 4vw 4vw 4vw;
|
||||||
|
|||||||
Reference in New Issue
Block a user