Update meme voting

This commit is contained in:
2024-04-27 11:23:42 +02:00
parent f251d18bcb
commit 7b5f418344
5 changed files with 98 additions and 11 deletions

View File

@@ -351,7 +351,7 @@ div#articleslist>article{
.meme_image {
max-width: 500px;
max-height: 500px;
max-height: 300px;
width: auto;
height: auto;
}
@@ -371,6 +371,18 @@ div#articleslist>article{
flex-direction: column;
}
.positive {
color: green;
}
.negative {
color: red;
}
.neutral {
color: var(--pico-color);
}
@media (max-width: 1050px) {
div#articleslist {