Desktop: Forum, Chat, Walks auf 860px — einheitliche Breite, SW by-v409

This commit is contained in:
rene 2026-04-26 08:26:35 +02:00
parent 770d75100e
commit e2af505eac
3 changed files with 5 additions and 5 deletions

View file

@ -592,7 +592,7 @@
/* ----------------------------------------------------------
WALKS: Liste (links) + Karte (rechts) nebeneinander
---------------------------------------------------------- */
#page-walks .page-container { max-width: 1100px; }
#page-walks .page-container { max-width: 860px; }
.walks-layout {
flex-direction: row;
@ -627,7 +627,7 @@
display: flex;
flex-direction: column;
align-items: stretch;
max-width: 1100px;
max-width: 860px;
margin: 0 auto;
width: 100%;
}
@ -637,7 +637,7 @@
/* ----------------------------------------------------------
FORUM: Rubriken über volle Breite, Threads darunter
---------------------------------------------------------- */
#page-forum .page-container { max-width: 1100px; }
#page-forum .page-container { max-width: 860px; }
/* Rubriken auf genau 2 Zeilen verteilen, zentriert
#page-forum nötig für Spezifität > .by-tabs (components.css lädt später) */