1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-11-10 00:12:09 +00:00

This dd/dt/dl distinction confused me ugh

This commit is contained in:
Rohan Kumar 2022-04-23 20:29:17 -07:00
parent c609681824
commit 8d22a26692
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View file

@ -49,19 +49,18 @@ blockquote {
padding-left: 0.8em;
}
/* Tap targets: make links in lists easier to tap */
ol,
ul {
margin: .5em 0 0 0;
}
/* narrow screens: reduce list indentation */
dd,
ol,
ul {
margin: .5em 0 0 0;
padding-left: 1.5em;
}
dd {
margin: 0;
}
/* Narrow screens: allow hyphenating titles
* I can't add soft hyphens to these. */
h1 {