diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 466acc8..4947595 100644 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -1247,6 +1247,17 @@ a.active{ } .mat_pic{ margin-bottom: 25px; + width: 170px; + height: 125px; + position: relative; + display: flex; + align-items: center; + justify-content: center; + overflow: hidden; +} +.mat_pic img{ + max-width: 140px; + max-height: 125px; } .brand_logo{ text-align: center; @@ -1999,6 +2010,14 @@ p.right{text-align: right;} font-family: sans-serif; font-size: 12px; } +.product .pic{ + max-width: 630px; + max-height: 390px; + overflow: hidden; + display: flex; + justify-content: center; + align-items: center; +} /**/ @media (min-width: 1200px){ .nav_up{ -- libgit2 0.21.4