image size inside blogposts

This commit is contained in:
sakrecoer 2020-10-22 14:39:56 +02:00
parent 65ff15beb1
commit 1e1434a4b3

View file

@ -188,6 +188,14 @@ a:hover {
padding-top: 40px;
max-width: var(--max-width);
margin: auto;
img {
margin-left: auto;
margin-right: auto;
width: 100%;
max-width: 600px;
height: auto;
display: block;
}
}
p {
margin: 20px 0;