From d2b326510b3f825d83c13595ab3f0032d5c4e707 Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Mon, 24 Oct 2016 17:10:33 +0300 Subject: [PATCH] 123 --- frontend/web/css/style.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 7263083..ea59249 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -2218,19 +2218,20 @@ p.right{text-align: right;} padding-right: 15px; } .picmobile .picture2{ - width: 100%; - max-width: 308px; - margin: 0 auto; max-height: 175px; - overflow: hidden; display: flex; - position: relative; align-items: center; justify-content: center; + overflow: hidden; + max-width: 308px; + margin: 0 auto; + position: relative; } .picmobile .picture2 img{ width: 100%; + height: 100%; max-height: 175px; + max-width: 308px; } /**/ @media (min-width: 1200px){ -- libgit2 0.21.4