mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
Merge pull request #1417 from pdxlocations/reduce-text-and-image-spacing
Modify css to reduce spacing
This commit is contained in:
commit
0edb5c73ea
|
@ -185,6 +185,7 @@ a + .navbar__link > svg {
|
||||||
.markdown :where(li):not(:where([class~="not-prose"] *)) {
|
.markdown :where(li):not(:where([class~="not-prose"] *)) {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
line-height: 1.6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.markdown
|
.markdown
|
||||||
|
@ -271,4 +272,12 @@ blockquote p::after,
|
||||||
.markdown blockquote p::after {
|
.markdown blockquote p::after {
|
||||||
content: none !important;
|
content: none !important;
|
||||||
display: none !important;
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
line-height: 1.6;
|
||||||
|
}
|
||||||
|
|
||||||
|
.markdown img {
|
||||||
|
margin-bottom: 0;
|
||||||
}
|
}
|
Loading…
Reference in a new issue