Merge pull request #1417 from pdxlocations/reduce-text-and-image-spacing
Some checks are pending
CI / quality (push) Waiting to run
CI / build (push) Waiting to run

Modify css to reduce spacing
This commit is contained in:
pdxlocations 2024-09-03 13:30:27 -07:00 committed by GitHub
commit 0edb5c73ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -185,6 +185,7 @@ a + .navbar__link > svg {
.markdown :where(li):not(:where([class~="not-prose"] *)) {
margin-bottom: 0;
margin-top: 0;
line-height: 1.6;
}
.markdown
@ -271,4 +272,12 @@ blockquote p::after,
.markdown blockquote p::after {
content: none !important;
display: none !important;
}
p {
line-height: 1.6;
}
.markdown img {
margin-bottom: 0;
}