Skip to content

Commit

Permalink
fix blockquote margin with simplified tweet shorcode
Browse files Browse the repository at this point in the history
sticking together
  • Loading branch information
adityatelange committed Jan 25, 2021
1 parent 471e4ca commit cd03c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/post-single.css
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
}

.post-content blockquote {
margin: 0 0;
margin: 20px 0;
padding: 0 14px;
border-inline-start: 3px solid var(--primary)
}
Expand Down

0 comments on commit cd03c69

Please sign in to comment.