Fix blog post images escaping their parents

This commit is contained in:
2020-12-07 16:26:30 +02:00
parent bcb497d744
commit c0690a1983
2 changed files with 6 additions and 1 deletions

View File

@ -92,6 +92,11 @@ h1, h2, h3, h4, h5, h6 {
margin-bottom: 1.25rem;
color: #727272;
}
article img {
max-width: 100%;
height: auto;
margin: 13px auto;
}
/*
* Footer