Reduce width of #spirit-info for mobile portrait
This commit is contained in:
@@ -115,7 +115,7 @@ canvas {
|
||||
/* "Mobile Portrait" (Hochformat und schmal) */
|
||||
@media (max-width: 619px), (orientation: portrait) {
|
||||
#spirit-info {
|
||||
width: 90vw;
|
||||
width: 40vw;
|
||||
max-width: 98vw;
|
||||
min-width: 0;
|
||||
max-height: 82dvh; /* dynamic viewport height */
|
||||
|
||||
Reference in New Issue
Block a user