0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-07 12:02:44 +00:00

Merge pull request #1847 from Gazook89/note-interparagraph-spacing

remove p + p padding in .note & .descriptive
This commit is contained in:
Trevor Buckner
2021-11-23 23:31:02 -05:00
committed by GitHub

View File

@@ -242,9 +242,6 @@ body {
display : block; display : block;
padding-bottom : 0px; padding-bottom : 0px;
} }
p + p {
padding-top : .8em;
}
:last-child { :last-child {
margin-bottom : 0; margin-bottom : 0;
} }
@@ -275,9 +272,6 @@ body {
padding-bottom : 0px; padding-bottom : 0px;
line-height : 1.5em; line-height : 1.5em;
} }
p + p {
padding-top : .8em;
}
:last-child { :last-child {
margin-bottom : 0; margin-bottom : 0;
} }