Remove extra margin in paragraphs inside blockquotes

This commit is contained in:
Thibaut Girka 2019-04-24 18:30:55 +02:00 committed by ThibG
parent 9b86707b1e
commit 3631c3314a
1 changed files with 4 additions and 0 deletions

View File

@ -49,6 +49,10 @@
blockquote {
margin-left: 20px;
color: $dark-text-color;
p:last-child {
margin-bottom: 0;
}
}
b, strong {