[STYLE] Add margin on top of blockquotes

This commit is contained in:
Gregory Trolliet 2020-06-11 21:32:37 +02:00
parent b6ec4023b1
commit 7eec8fdae8
1 changed files with 1 additions and 1 deletions

View File

@ -677,11 +677,11 @@ blockquote {
position: relative;
background-color: var(--background-color-light);
padding: 0.1rem 1rem;
margin-top: 2rem;
}
.bigquote {
padding: 1rem;
border-radius: 1.5rem;
margin-top: 2rem;
}
.bigquote p:first-of-type {
margin-top: 0;