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

@ -176,4 +176,10 @@ body
#file_upload_style #file_upload_style
{ {
margin-top: 200vh; margin-top: 200vh;
}
.post img
{
max-height: 20vh;
max-width: 20vh;
} }