Update media query for desktop landscape orientation

This commit is contained in:
2025-05-28 19:57:43 +02:00
parent 684ce37814
commit ec8f74d8e5

View File

@@ -124,7 +124,7 @@ canvas {
}
/* Hochformat (Desktop) */
@media (max-width: 619px) and (orientation: landscape), (max-width: 619px) and (pointer: fine) {
@media (max-width: 619px) and (pointer: fine) {
#spirit-info {
width: 90vw;
max-width: 400px;