add image_click: make image bigger on click

This commit is contained in:
Swrup 2022-01-24 04:40:29 +01:00
parent a3282ecf29
commit 11115b366e
3 changed files with 41 additions and 2 deletions

View file

@ -54,6 +54,11 @@ blockquote.blockquote {
height: auto;
}
.postImageBig {
max-width: 750px;
height: auto;
}
.quote {
color: green;
}