File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 110110 blog/event/page bodies don't read as a wall of text. Existing
111111 section-scoped overrides (.conf-block h3, .ecosystem-section > h2,
112112 …) still win because they're more specific. */
113+ .content h1 ,
113114.content h2 ,
114115.content h3 ,
115116.content h4 ,
118119 margin-bottom : calc (var (--rythm-unit ) / 2 );
119120}
120121
122+ .content h1 ,
121123.content h2 {
122124 margin-bottom : calc (var (--rythm-unit ) * 0.66 );
123125}
609611.content ul ,
610612.content ol {
611613 margin-left : 1em ;
614+ /* Match the paragraph rhythm so a heading or paragraph that follows
615+ a list isn't flush against it. */
616+ margin-bottom : var (--rythm-unit );
612617}
613618
614619.content ul {
623628ol .content-list {
624629 list-style-type : none;
625630 margin-left : 0 ;
631+ /* The card grids (board, companies, blog index) provide their own
632+ gap rules — don't add a list margin-bottom on top of that. */
633+ margin-bottom : 0 ;
626634}
627635
628636.board-member h3 {
@@ -635,6 +643,13 @@ ol.content-list {
635643 gap : var (--rythm-unit );
636644}
637645
646+ .current-members ,
647+ .current-auditors ,
648+ .former-members {
649+ margin-top : calc (var (--rythm-unit ) * 3 );
650+ margin-bottom : var (--rythm-unit );
651+ }
652+
638653.board-member ,
639654.company-member {
640655 display : flex;
Original file line number Diff line number Diff line change @@ -2,6 +2,5 @@ title: Board
22---
33body:
44
5- The board of the Python Software Verband is elected at the annual general meeting.
6-
5+ The board of the Python Software Verband is elected at the annual general meeting.
76The board manages the affairs of the association and represents it externally.
Original file line number Diff line number Diff line change @@ -2,6 +2,5 @@ title: Vorstand
22---
33body:
44
5- Der Vorstand des Python Software Verband wird auf der jährlich stattfindenden Mitgliederversammlung gewählt.
6-
5+ Der Vorstand des Python Software Verband wird auf der jährlich stattfindenden Mitgliederversammlung gewählt.
76Der Vorstand leitet die Geschäfte des Verbands und vertritt ihn nach außen.
You can’t perform that action at this time.
0 commit comments