From 7c4e5111a4e77c021adb92990db30a6f71b623fa Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Mon, 24 Oct 2016 16:59:50 +0300 Subject: [PATCH] 123 --- frontend/web/css/style.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+), 0 deletions(-) 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