added max width and height for posts

This commit is contained in:
Václav Šmejkal 2024-05-24 19:15:57 +02:00
parent 344b80d29d
commit 1c28030ba2
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -177,3 +177,9 @@ body
{ {
margin-top: 200vh; margin-top: 200vh;
} }
.post img
{
max-height: 20vh;
max-width: 20vh;
}