Fix blog post images escaping their parents

This commit is contained in:
Alan Orth 2020-12-07 16:26:30 +02:00
parent bcb497d744
commit c0690a1983
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
2 changed files with 6 additions and 1 deletions

File diff suppressed because one or more lines are too long

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