mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-24 06:58:06 +01:00
Remove extra margin in paragraphs inside blockquotes
This commit is contained in:
parent
9b86707b1e
commit
3631c3314a
1 changed files with 4 additions and 0 deletions
|
@ -49,6 +49,10 @@
|
||||||
blockquote {
|
blockquote {
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
color: $dark-text-color;
|
color: $dark-text-color;
|
||||||
|
|
||||||
|
p:last-child {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
b, strong {
|
b, strong {
|
||||||
|
|
Loading…
Reference in a new issue