We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5666b54 commit d2c79b5Copy full SHA for d2c79b5
1 file changed
src/css/custom.css
@@ -186,7 +186,7 @@ ul {
186
187
h2 {
188
font-family: var(--ifm-font-family-display);
189
- font-size: 30px;
+ font-size: 36px;
190
font-style: normal;
191
font-weight: 800;
192
line-height: 115%;
@@ -278,6 +278,13 @@ ul {
278
margin-right: auto;
279
}
280
281
+@media (max-width: 996px) {
282
+ .page-content h2::after {
283
+ margin-left: auto;
284
+ margin-right: auto;
285
+ }
286
+}
287
+
288
/* No red bar on dark-background sections */
289
[class*="section_dark"] .page-content h2::after {
290
display: none;
0 commit comments