diff --git a/assets/stylesheets/main.css b/assets/stylesheets/main.css index 9688130..14d4530 100644 --- a/assets/stylesheets/main.css +++ b/assets/stylesheets/main.css @@ -110,6 +110,7 @@ h4 { blog/event/page bodies don't read as a wall of text. Existing section-scoped overrides (.conf-block h3, .ecosystem-section > h2, …) still win because they're more specific. */ +.content h1, .content h2, .content h3, .content h4, @@ -118,6 +119,7 @@ h4 { margin-bottom: calc(var(--rythm-unit) / 2); } +.content h1, .content h2 { margin-bottom: calc(var(--rythm-unit) * 0.66); } @@ -609,6 +611,9 @@ p { .content ul, .content ol { margin-left: 1em; + /* Match the paragraph rhythm so a heading or paragraph that follows + a list isn't flush against it. */ + margin-bottom: var(--rythm-unit); } .content ul { @@ -623,6 +628,9 @@ p { ol.content-list { list-style-type: none; margin-left: 0; + /* The card grids (board, companies, blog index) provide their own + gap rules — don't add a list margin-bottom on top of that. */ + margin-bottom: 0; } .board-member h3 { @@ -635,6 +643,13 @@ ol.content-list { gap: var(--rythm-unit); } +.current-members, +.current-auditors, +.former-members { + margin-top: calc(var(--rythm-unit) * 3); + margin-bottom: var(--rythm-unit); +} + .board-member, .company-member { display: flex; diff --git a/content/board/contents+en.lr b/content/board/contents+en.lr index 82d9ff8..a1e5fa1 100644 --- a/content/board/contents+en.lr +++ b/content/board/contents+en.lr @@ -2,6 +2,5 @@ title: Board --- body: -The board of the Python Software Verband is elected at the annual general meeting. - +The board of the Python Software Verband is elected at the annual general meeting. The board manages the affairs of the association and represents it externally. diff --git a/content/board/contents.lr b/content/board/contents.lr index 89b8f1f..ff525e3 100644 --- a/content/board/contents.lr +++ b/content/board/contents.lr @@ -2,6 +2,5 @@ title: Vorstand --- body: -Der Vorstand des Python Software Verband wird auf der jährlich stattfindenden Mitgliederversammlung gewählt. - +Der Vorstand des Python Software Verband wird auf der jährlich stattfindenden Mitgliederversammlung gewählt. Der Vorstand leitet die Geschäfte des Verbands und vertritt ihn nach außen.