mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-23 21:02:09 +00:00
This dd/dt/dl distinction confused me ugh
This commit is contained in:
parent
c609681824
commit
8d22a26692
1 changed files with 5 additions and 6 deletions
|
@ -49,19 +49,18 @@ blockquote {
|
||||||
padding-left: 0.8em;
|
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 */
|
/* narrow screens: reduce list indentation */
|
||||||
dd,
|
dd,
|
||||||
ol,
|
ol,
|
||||||
ul {
|
ul {
|
||||||
|
margin: .5em 0 0 0;
|
||||||
padding-left: 1.5em;
|
padding-left: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dd {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
/* Narrow screens: allow hyphenating titles
|
/* Narrow screens: allow hyphenating titles
|
||||||
* I can't add soft hyphens to these. */
|
* I can't add soft hyphens to these. */
|
||||||
h1 {
|
h1 {
|
||||||
|
|
Loading…
Reference in a new issue