Fix: Text klebte auf schmalen Bildschirmen am Rand
Co-Authored-By: Claude Opus 5 <[email protected]>
This commit is contained in:
+4
-1
@@ -979,7 +979,10 @@ body.mit-hintergrund::after {
|
||||
display: flex;
|
||||
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) {
|
||||
.page-bg::before,
|
||||
|
||||
Reference in New Issue
Block a user