different img styles

This commit is contained in:
gutmet 2020-05-25 21:46:28 +02:00
parent 464675146d
commit adbf2cad0e

View File

@ -27,14 +27,20 @@ a.categoryListing {
color: #E8E8E8;
}
img {
max-width: 100%;
display: block;
max-width: 80%;
margin-left: auto;
margin-right: auto;
}
img.gallery {
display: unset;
max-width: unset;
margin-left: unset;
margin-right: unset;
}
div.blogpost {
padding-bottom: 50px;
}
div.blogpost img {
max-width: 50%;
}
div.navigation {
padding-bottom: 0.5em;
}