mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-21 18:04:39 -05:00
12 lines
130 B
CSS
12 lines
130 B
CSS
.dl dt {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.dl dt:not(:first-child) {
|
|
margin-block-start: var(--s-4);
|
|
}
|
|
|
|
.dl dd {
|
|
display: inline-block;
|
|
}
|