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