1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-08 23:39:46 +01:00

style.css: add margin at bottom of single images

This commit is contained in:
Zankaria 2025-02-03 20:01:49 +01:00 committed by Zankaria
parent 8bdf689f63
commit 11682270c4

View File

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