↳
In-reply-to
>
@ullarah, this line on
01-pico.css
is the one adding too much space in between lines on lists:
ul li,
ol li {
margin-bottom: calc(var(--typography-spacing-vertical) * 0.25);
}
If I remove that, lists look perfect.
@fastidious@arrakis.netbros.com @prologic@twtxt.net If this is what I think it is then it’ll be an override. It’ll definitely be a matter of taste for sure. We can set a baseline of what it looks like default on pods but this is again why we have custom CSS to subtly change appearances on pods.
#rfp43ua