Update meme voting

This commit is contained in:
Bruno Rybársky 2024-04-27 12:04:54 +02:00
parent 0e63a29e39
commit 3678460366

@ -352,8 +352,8 @@ div#articleslist>article{
.meme_image { .meme_image {
max-width: 500px; max-width: 500px;
max-height: 300px; max-height: 300px;
width: auto; width: fit-content;
height: auto; height: fit-content;
} }
.meme_info, .meme_topbar { .meme_info, .meme_topbar {