Fix: Text klebte auf schmalen Bildschirmen am Rand

Co-Authored-By: Claude Opus 5 <[email protected]>
This commit is contained in:
2026-07-31 06:32:25 +02:00
co-authored by Claude Opus 5
parent 776f99edea
commit 25cd8681ed
+4 -1
View File
@@ -979,7 +979,10 @@ body.mit-hintergrund::after {
display: flex; display: flex;
align-items: center; align-items: center;
} }
.page-bg.hero > .container { width: 100%; } /* Der Inhalt behält seine normale Breite samt Seitenrändern (92vw).
Früher stand hier width:100% — dadurch klebte der Text auf schmalen
Bildschirmen direkt am Rand. */
.page-bg.hero > .container { margin-inline: auto; }
@media (max-width: 760px) { @media (max-width: 760px) {
.page-bg::before, .page-bg::before,