made newsText images auto in width

This commit is contained in:
marko
2021-07-31 12:51:44 +02:00
parent 232e7241de
commit 465ddaef12

View File

@@ -57,6 +57,7 @@
.newsText img{
max-width: 100%;
height: auto;
width: auto;
display: block;
margin: auto;
box-shadow: 0 1px 2px 0 rgba(0,0,0,.5);