Browse Source

Fix excessive p spacing in blockquotes

tags/v0.9.0^0
Matt Baer 5 years ago
parent
commit
c08484aa9c
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      less/core.less

+ 5
- 0
less/core.less View File

@@ -46,6 +46,11 @@ body {
}
}

blockquote {
p + p {
margin: -2em 0 0.5em;
}
}
article {
margin-bottom: 2em !important;



Loading…
Cancel
Save