Skip to content

Commit 9e8eb63

Browse files
authored
Merge pull request #10598 from Carlosfengv/main
docs: Adjust the unordered list style
2 parents 447f955 + 008f20f commit 9e8eb63

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

website/src/css/custom.scss

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,14 +301,15 @@
301301
padding-bottom: 40px;
302302
margin-top: 20px;
303303
}
304-
305304
h1:not(:first-child),h2,h3{
306305
font-weight: 700;
307306
}
308307
h4,h5,h6{
309308
font-weight: 500;
310309
}
311-
310+
ul li{
311+
list-style: disc;
312+
}
312313
img{
313314
object-fit: contain;
314315
max-height: 520px;
@@ -485,4 +486,7 @@ ul li{
485486
width: 100%;
486487
max-width: 100%;
487488
margin-top: 20px;
489+
}
490+
.tabs-container p{
491+
margin-bottom: var(--ifm-leading);
488492
}

0 commit comments

Comments
 (0)