forked from rDrama/rDrama
1
0
Fork 0

double blockquote margins on mobile, will revert if someone complains

master
Aevann1 2022-08-25 15:29:11 +02:00
parent 4aadb6dc56
commit 5adeb117f5
2 changed files with 1 additions and 13 deletions

View File

@ -6240,18 +6240,6 @@ blockquote > :not(blockquote) {
padding-top: 0.7rem;
}
@media (max-width: 768px) {
blockquote {
margin: 0.5rem 0 0 0;
}
div > blockquote:last-child {
margin-bottom: 0.5rem !important;
}
blockquote + :not(blockquote) {
margin-top: 0.5rem;
}
}
blockquote + blockquote, blockquote:first-child, blockquote:last-child {
margin-top: 0 !important;
}

View File

@ -1,6 +1,6 @@
{%-
set CACHE_VER = {
'css/main.css': 482,
'css/main.css': 483,
'css/catalog.css': 2,
'css/4chan.css': 61,