forked from rDrama/rDrama
1
0
Fork 0

blockquotes margin

master
Aevann1 2022-08-24 17:37:25 +02:00
parent dd37573f98
commit 5ff12b91ea
1 changed files with 4 additions and 3 deletions

View File

@ -6231,9 +6231,6 @@ blockquote {
div > blockquote:last-child {
margin-bottom: 1rem !important;
}
blockquote + blockquote, blockquote:first-child, blockquote:last-child {
margin-top: 0 !important;
}
blockquote + :not(blockquote) {
margin-top: 1rem;
}
@ -6253,4 +6250,8 @@ blockquote > :not(blockquote) {
blockquote + :not(blockquote) {
margin-top: 0.5rem;
}
}
blockquote + blockquote, blockquote:first-child, blockquote:last-child {
margin-top: 0 !important;
}