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 {
max-width: 500px;
max-height: 300px;
width: auto;
height: auto;
width: fit-content;
height: fit-content;
}
.meme_info, .meme_topbar {