0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-26 03:02:40 +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;
padding-bottom : 0px;
}
p + p {
padding-top : .8em;
}
:last-child {
margin-bottom : 0;
}
@@ -275,9 +272,6 @@ body {
padding-bottom : 0px;
line-height : 1.5em;
}
p + p {
padding-top : .8em;
}
:last-child {
margin-bottom : 0;
}