Remove extra margin in paragraphs inside blockquotes

lolsob-rspec
Thibaut Girka 2019-04-24 18:30:55 +02:00 committed by ThibG
parent a855f38086
commit 8003dd8849
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 {