Commit 3f349ac0f41bc3cf10ce06b2b3e1b5536188f78e
1 parent
bc5b4bf6
123
Showing
1 changed file
with
19 additions
and
0 deletions
Show diff stats
frontend/web/css/style.css
@@ -1247,6 +1247,17 @@ a.active{ | @@ -1247,6 +1247,17 @@ a.active{ | ||
1247 | } | 1247 | } |
1248 | .mat_pic{ | 1248 | .mat_pic{ |
1249 | margin-bottom: 25px; | 1249 | margin-bottom: 25px; |
1250 | + width: 170px; | ||
1251 | + height: 125px; | ||
1252 | + position: relative; | ||
1253 | + display: flex; | ||
1254 | + align-items: center; | ||
1255 | + justify-content: center; | ||
1256 | + overflow: hidden; | ||
1257 | +} | ||
1258 | +.mat_pic img{ | ||
1259 | + max-width: 140px; | ||
1260 | + max-height: 125px; | ||
1250 | } | 1261 | } |
1251 | .brand_logo{ | 1262 | .brand_logo{ |
1252 | text-align: center; | 1263 | text-align: center; |
@@ -1999,6 +2010,14 @@ p.right{text-align: right;} | @@ -1999,6 +2010,14 @@ p.right{text-align: right;} | ||
1999 | font-family: sans-serif; | 2010 | font-family: sans-serif; |
2000 | font-size: 12px; | 2011 | font-size: 12px; |
2001 | } | 2012 | } |
2013 | +.product .pic{ | ||
2014 | + max-width: 630px; | ||
2015 | + max-height: 390px; | ||
2016 | + overflow: hidden; | ||
2017 | + display: flex; | ||
2018 | + justify-content: center; | ||
2019 | + align-items: center; | ||
2020 | +} | ||
2002 | /**/ | 2021 | /**/ |
2003 | @media (min-width: 1200px){ | 2022 | @media (min-width: 1200px){ |
2004 | .nav_up{ | 2023 | .nav_up{ |