Fix: Karten auf bewerben.html liefen auf schmalen Bildschirmen ueber den Rand

Co-Authored-By: Claude Opus 5 <[email protected]>
This commit is contained in:
2026-08-01 00:04:39 +02:00
co-authored by Claude Opus 5
parent 42bfc12c85
commit 95968ae655
+3 -1
View File
@@ -1151,7 +1151,9 @@ body.mit-hintergrund::after {
0 0 20px rgba(217, 74, 92, .35); 0 0 20px rgba(217, 74, 92, .35);
} }
@media (max-width: 760px) { @media (max-width: 760px) {
.bewerben-split { flex-direction: column; gap: 2.2rem; } .bewerben-split { flex-direction: column; gap: 2.2rem; width: 100%; }
.bewerben-side { width: 100%; }
.bewerben-side .card { width: 100%; box-sizing: border-box; }
.bewerben-wall { .bewerben-wall {
width: 100%; width: 100%;
height: 3px; height: 3px;