forked from treehouse/mastodon
Remove extra margin in paragraphs inside blockquotes
parent
9b86707b1e
commit
3631c3314a
|
@ -49,6 +49,10 @@
|
|||
blockquote {
|
||||
margin-left: 20px;
|
||||
color: $dark-text-color;
|
||||
|
||||
p:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
b, strong {
|
||||
|
|
Loading…
Reference in New Issue