Further adjust media query breakpoints for better responsiveness

This commit is contained in:
2025-05-28 19:13:11 +02:00
parent 105c613203
commit 042e5158f6

View File

@@ -67,7 +67,7 @@
}
/* Desktop: Bild links, Text rechts */
@media (min-width: 700px) {
@media (min-width: 720px) {
.spirit-info-flex {
flex-direction: row;
align-items: flex-start;
@@ -92,7 +92,7 @@
}
/* Mobile: Bild oben, Text unten */
@media (max-width: 699px) {
@media (max-width: 719px) {
.spirit-info-flex {
flex-direction: column;
gap: 16px;