diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index eb0ef29..287e484 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -2209,6 +2209,26 @@ p.right{text-align: right;} .hidemenu.show a{ background-image: url('../images/hidem2.png'); } +.picmobile{ + width: 100%; + margin: 0 auto; +} +.picmobile .picture2{ + width: 100%; + max-width: 308px; + margin: 0 auto; + max-height: 175px; + padding-top: 22.096%; + overflow: hidden; + position: relative; +} +.picmobile .picture2 img{ + width: 100%; + height: 100%; + position: absolute; + top: 0; + left: 0; +} /**/ @media (min-width: 1200px){ .dropd_menu{left:0px;} -- libgit2 0.21.4