chg: [blog] all img in blog are responsive

pull/56/head
Christophe Vandeplas 2021-12-31 10:10:53 +01:00
parent 8c21b2b2c2
commit 0f17af75bf
1 changed files with 7 additions and 0 deletions

View File

@ -15,6 +15,13 @@
font-size: 18px;
}
/* all img in blog posts are responsive */
#blog-post img {
display: block;
max-width: 100%;
height: auto;
}
/* delivered with example site */
.box-image-text .image {
min-height: 190px;