fix margins of <p> after <blockquote> on mobile

remotes/1693045480750635534/spooky-22
Aevann1 2022-08-23 00:07:40 +02:00
parent 53e7717dc9
commit bc2078c755
2 changed files with 6 additions and 1 deletions

View File

@ -4719,6 +4719,11 @@ blockquote + blockquote, blockquote:last-child {
blockquote + :not(blockquote) {
margin-top: 1rem;
}
@media (max-width: 768px) {
blockquote + :not(blockquote) {
margin-top: 7px;
}
}
blockquote > :not(blockquote) {
margin-bottom: 0;
padding-bottom: 0.7rem;

View File

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