Skip to content

Commit 7812eeb

Browse files
committed
Update style for dl
1 parent 50d4956 commit 7812eeb

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/styles/global.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,3 +288,14 @@ main a[href^="#"]::before {
288288
h2.sponsor {
289289
scroll-margin-top: 300px;
290290
}
291+
292+
.prose dl {
293+
display: grid;
294+
grid-template-columns: max-content 1fr;
295+
margin-bottom: 1rem;
296+
}
297+
298+
.prose dt {
299+
margin-top: 0.6em;
300+
margin-right: 0.5rem;
301+
}

0 commit comments

Comments
 (0)