Commit 2198c70b061adc47b568bc0030df2008482edb22
1 parent
0fd4b2b1
123
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -2386,6 +2386,12 @@ p.right{text-align: right;} |
2386 | 2386 | .dates_but {margin:0 auto;text-align: center;} |
2387 | 2387 | .post_1.contract img {width: initial;} |
2388 | 2388 | .brand_logo img, .tile3 .picture img, .tile4 .picture img{width:100%;} |
2389 | + .main-box3 ul{ | |
2390 | + padding: 0; | |
2391 | + } | |
2392 | + .main-box4 .picture{ | |
2393 | + width: 100%; | |
2394 | + } | |
2389 | 2395 | } |
2390 | 2396 | @media (min-width: 705px){ |
2391 | 2397 | .tiles{ | ... | ... |