style.css: add margin at bottom of single images

This commit is contained in:
Zankaria 2025-02-03 20:01:49 +01:00
parent 9ff71351a4
commit a4e4074f81

View file

@ -440,7 +440,7 @@ img.banner,img.board_image {
} }
div.post .post-image { div.post .post-image {
padding: 0.2em; padding: 0.2em 0.2em 0.8em 0.2em;
margin: 0 20px 0 0; margin: 0 20px 0 0;
} }