consistent margin on mobile needed due to the lesser p margin

master
Aevann 2024-10-16 07:34:13 +03:00
parent 5715988ac1
commit 15995eb3d2
1 changed files with 5 additions and 0 deletions

View File

@ -7738,6 +7738,11 @@ p:empty { /* shitty hack to fix the issue where bleach.Cleaner doesnt allow bloc
margin-bottom: 10px;
}
@media (max-width: 768px) {
.reddit-embed, .twitter-embed {
margin-top: 0.5rem;
}
}
#view-art-sidebar img {
max-height: 300px !important;