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:
+3
-1
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user