File tree Expand file tree Collapse file tree 1 file changed +30
-20
lines changed Expand file tree Collapse file tree 1 file changed +30
-20
lines changed Original file line number Diff line number Diff line change 6262 color : var (--textHeaders );
6363}
6464
65- .content-inner h1 {
66- font-size : 2em ;
67- margin : 0.5em 0 ;
68- }
65+ .content-inner {
66+ & h1 {
67+ font-size : 2em ; /* unchanged */
68+ margin-top : 0.5em ;
69+ margin-bottom : 0.5em ;
6970
70- . content-inner h1 .section-heading {
71- margin : 1.5 em 0 0 .5em ;
72- }
71+ & .section-heading {
72+ margin-top : 1.5em ;
73+ }
7374
74- .content-inner div .group-description {
75- margin : 0 0 3em ;
76- }
75+ & small {
76+ font-weight : 400 ;
77+ }
78+ }
7779
78- .content-inner h1 small {
79- font-weight : 400 ;
80- }
80+ & h2 {
81+ font-size : 1.8rem ; /* was 1.6em */
82+ padding-top : 1em ;
83+ margin-bottom : 0.5em ;
84+ }
85+
86+ & h3 {
87+ font-size : 1.45rem ; /* was 1.375em */
88+ margin-top : 1em ;
89+ margin-bottom : 0.5em ;
90+ }
8191
82- .content-inner h2 {
83- font-size : 1.6em ;
84- padding-top : 1em ;
85- margin-bottom : 0.5em ;
92+ & h4 {
93+ font-size : 1.15rem ; /* wasn't set */
94+ margin-top : 1em ;
95+ margin-bottom : 0.5em ;
96+ }
8697}
8798
88- .content-inner h3 {
89- font-size : 1.375em ;
90- margin : 1em 0 0.5em ;
99+ .content-inner div .group-description {
100+ margin : 0 0 3em ;
91101}
92102
93103.content-inner li + li {
You can’t perform that action at this time.
0 commit comments