diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 287e484..d25564f 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -2211,23 +2211,26 @@ p.right{text-align: right;} } .picmobile{ width: 100%; + padding-top: 10px; margin: 0 auto; + margin-bottom: -15px; + padding-left: 15px; + padding-right: 15px; } .picmobile .picture2{ width: 100%; max-width: 308px; margin: 0 auto; max-height: 175px; - padding-top: 22.096%; overflow: hidden; + display: flex; position: relative; + align-items: center; + justify-content: center; } .picmobile .picture2 img{ width: 100%; height: 100%; - position: absolute; - top: 0; - left: 0; } /**/ @media (min-width: 1200px){ -- libgit2 0.21.4