adjustments from review

This commit is contained in:
pdxlocations 2024-09-02 20:00:09 -07:00
parent ad1d91a500
commit 3e59588dd4

View file

@ -14,7 +14,6 @@
--ifm-list-item-margin: 0; --ifm-list-item-margin: 0;
--ifm-code-font-size: 95%; --ifm-code-font-size: 95%;
--ifm-z-index-fixed: 1; --ifm-z-index-fixed: 1;
--ifm-leading: .8rem;
--accent: #67ea94; --accent: #67ea94;
--base: #f3f4f6; --base: #f3f4f6;
--primary: #ffffff; --primary: #ffffff;
@ -276,8 +275,8 @@ blockquote p::after,
} }
p{ p{
line-height: 1.5; line-height: 1.6;
} }
.markdown img { .markdown img {
margin-bottom: 0; /* Adjust this value as needed */ margin-bottom: 0;
} }