forked from rDrama/rDrama
1
0
Fork 0

small css change for blockquotes

master
Aevann1 2022-08-20 14:11:05 +02:00
parent f40cc49ed1
commit f60f4f54c0
2 changed files with 2 additions and 2 deletions

View File

@ -4718,7 +4718,7 @@ blockquote + blockquote, blockquote:last-child {
blockquote + p { blockquote + p {
margin-top: 1rem; margin-top: 1rem;
} }
blockquote p, blockquote h1 { blockquote > * {
margin-bottom: 0; margin-bottom: 0;
padding-bottom: 0.7rem; padding-bottom: 0.7rem;
padding-top: 0.7rem; padding-top: 0.7rem;

View File

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