[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;
|
position: relative;
|
||||||
background-color: var(--background-color-light);
|
background-color: var(--background-color-light);
|
||||||
padding: 0.1rem 1rem;
|
padding: 0.1rem 1rem;
|
||||||
|
margin-top: 2rem;
|
||||||
}
|
}
|
||||||
.bigquote {
|
.bigquote {
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
border-radius: 1.5rem;
|
border-radius: 1.5rem;
|
||||||
margin-top: 2rem;
|
|
||||||
}
|
}
|
||||||
.bigquote p:first-of-type {
|
.bigquote p:first-of-type {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
|
Loading…
Reference in a new issue