mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
adjustments from review
This commit is contained in:
parent
ad1d91a500
commit
3e59588dd4
|
@ -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;
|
||||||
}
|
}
|
Loading…
Reference in a new issue