Commit d2b326510b3f825d83c13595ab3f0032d5c4e707
1 parent
d3bbeb7e
123
Showing
1 changed file
with
6 additions
and
5 deletions
Show diff stats
frontend/web/css/style.css
@@ -2218,19 +2218,20 @@ p.right{text-align: right;} | @@ -2218,19 +2218,20 @@ p.right{text-align: right;} | ||
2218 | padding-right: 15px; | 2218 | padding-right: 15px; |
2219 | } | 2219 | } |
2220 | .picmobile .picture2{ | 2220 | .picmobile .picture2{ |
2221 | - width: 100%; | ||
2222 | - max-width: 308px; | ||
2223 | - margin: 0 auto; | ||
2224 | max-height: 175px; | 2221 | max-height: 175px; |
2225 | - overflow: hidden; | ||
2226 | display: flex; | 2222 | display: flex; |
2227 | - position: relative; | ||
2228 | align-items: center; | 2223 | align-items: center; |
2229 | justify-content: center; | 2224 | justify-content: center; |
2225 | + overflow: hidden; | ||
2226 | + max-width: 308px; | ||
2227 | + margin: 0 auto; | ||
2228 | + position: relative; | ||
2230 | } | 2229 | } |
2231 | .picmobile .picture2 img{ | 2230 | .picmobile .picture2 img{ |
2232 | width: 100%; | 2231 | width: 100%; |
2232 | + height: 100%; | ||
2233 | max-height: 175px; | 2233 | max-height: 175px; |
2234 | + max-width: 308px; | ||
2234 | } | 2235 | } |
2235 | /**/ | 2236 | /**/ |
2236 | @media (min-width: 1200px){ | 2237 | @media (min-width: 1200px){ |