Commit c9fed331575f374a46b314491459bf80cbc072f4

Authored by Eugeny Galkovskiy
1 parent 085f5422

img max-width

Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
frontend/web/css/custom.css
... ... @@ -424,6 +424,11 @@ figure.reviews_gallery {
424 424 ._dropdown>li:hover>a{
425 425 color:#fff;
426 426 }
  427 +#text-page img{
  428 + max-width:100%;
  429 + height:auto;
  430 + display:block;
  431 +}
427 432  
428 433 @media (max-width: 767px) {
429 434 ._dropdown-wr ._dropdown{
... ...