Commit 7c4e5111a4e77c021adb92990db30a6f71b623fa

Authored by Eugeny Galkovskiy
1 parent 362b130c

123

Showing 1 changed file with 20 additions and 0 deletions   Show diff stats
frontend/web/css/style.css
... ... @@ -2209,6 +2209,26 @@ p.right{text-align: right;}
2209 2209 .hidemenu.show a{
2210 2210 background-image: url('../images/hidem2.png');
2211 2211 }
  2212 +.picmobile{
  2213 + width: 100%;
  2214 + margin: 0 auto;
  2215 +}
  2216 +.picmobile .picture2{
  2217 + width: 100%;
  2218 + max-width: 308px;
  2219 + margin: 0 auto;
  2220 + max-height: 175px;
  2221 + padding-top: 22.096%;
  2222 + overflow: hidden;
  2223 + position: relative;
  2224 +}
  2225 +.picmobile .picture2 img{
  2226 + width: 100%;
  2227 + height: 100%;
  2228 + position: absolute;
  2229 + top: 0;
  2230 + left: 0;
  2231 +}
2212 2232 /**/
2213 2233 @media (min-width: 1200px){
2214 2234 .dropd_menu{left:0px;}
... ...