add thumbnail

This commit is contained in:
Swrup 2022-03-15 00:12:36 +01:00
parent 371ed945ce
commit d9c12b1d9a
5 changed files with 87 additions and 17 deletions

View file

@ -56,12 +56,12 @@ blockquote.blockquote {
}
.post-image {
max-width: 250px;
height: auto;
max-width: 300px;
max-height: 300px;
}
.post-image-big {
max-width: 750px;
max-width: 1200px;
height: auto;
}