[STYLE] Add margin on top of blockquotes
This commit is contained in:
parent
b6ec4023b1
commit
7eec8fdae8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue