mirror of https://github.com/MISP/misp-website
chg: [blog] all img in blog are responsive
parent
8c21b2b2c2
commit
0f17af75bf
|
@ -15,6 +15,13 @@
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* all img in blog posts are responsive */
|
||||||
|
#blog-post img {
|
||||||
|
display: block;
|
||||||
|
max-width: 100%;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
/* delivered with example site */
|
/* delivered with example site */
|
||||||
.box-image-text .image {
|
.box-image-text .image {
|
||||||
min-height: 190px;
|
min-height: 190px;
|
||||||
|
|
Loading…
Reference in New Issue