increase min height

This commit is contained in:
maaa 2023-06-29 23:11:41 +02:00
parent e9280b3b12
commit 379584a83f
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ body {
} }
.post img { .post img {
min-height: 100px; min-height: 200px;
max-height: 300px; max-height: 300px;
border-radius: 10px; border-radius: 10px;
} }