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.
2 parents 447f955 + 008f20f commit 9e8eb63Copy full SHA for 9e8eb63
website/src/css/custom.scss
@@ -301,14 +301,15 @@
301
padding-bottom: 40px;
302
margin-top: 20px;
303
}
304
-
305
h1:not(:first-child),h2,h3{
306
font-weight: 700;
307
308
h4,h5,h6{
309
font-weight: 500;
310
311
+ ul li{
+ list-style: disc;
312
+ }
313
img{
314
object-fit: contain;
315
max-height: 520px;
@@ -485,4 +486,7 @@ ul li{
485
486
width: 100%;
487
max-width: 100%;
488
489
+}
490
+.tabs-container p{
491
+ margin-bottom: var(--ifm-leading);
492
0 commit comments