We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3ee0ef commit b6623e9Copy full SHA for b6623e9
assets/css/content/general.css
@@ -90,6 +90,34 @@
90
margin: 1em 0 0.5em;
91
}
92
93
+:is(.page-module, .page-extra) .content-inner #top-content {
94
+ & > h2.section-heading {
95
+ font-size: 1.75rem;
96
+ padding-top: 0;
97
+ margin-top: 1.75em;
98
+ }
99
+
100
+ & > h3.section-heading {
101
+ font-size: 1.45rem;
102
+ margin-top: 1.5em;
103
+ margin-bottom: 0.5em;
104
105
106
+ & > :is(h4, h5, h6) {
107
+ font-size: 1.15rem;
108
+ margin-top: 1.25em;
109
110
111
112
+ & > :is(h5, h6) {
113
+ font-weight: normal;
114
115
116
+ & > h6 {
117
+ font-size: 1rem;
118
119
+}
120
121
.content-inner li + li {
122
margin-top: 0.25em;
123
0 commit comments