diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index 9de63ee..b5ea453 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -38,6 +38,8 @@ h1 { font-weight: 700; letter-spacing: 0.0833333em; text-transform: uppercase; + white-space: normal; /* Standard‑Umbruch aktivieren */ + overflow-wrap: break-word; /* Für lange Wörter (z. B. URLs) */ } h2 {