remove pre-padding

This commit is contained in:
Hayden 2022-12-02 16:01:08 -09:00
parent 1ad2b32d18
commit 8e512a542d
No known key found for this signature in database
GPG key ID: 17CF79474E257545

View file

@ -30,10 +30,13 @@
--y-gap: 0.65rem;
}
.markdown > :first-child {
margin-top: 0px !important;
}
.markdown :where(p, ul, ol, dl, blockquote, h1, h2, h3, h4, h5, h6) {
margin-top: var(--y-gap);
margin-bottom: var(--y-gap);
line-height: 1.5;
}
.markdown :where(ul) {