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