Commit dcf08d16e57e88fa029c210450945a0271fe2910
1 parent
2198c70b
123
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -2387,11 +2387,14 @@ p.right{text-align: right;} |
2387 | 2387 | .post_1.contract img {width: initial;} |
2388 | 2388 | .brand_logo img, .tile3 .picture img, .tile4 .picture img{width:100%;} |
2389 | 2389 | .main-box3 ul{ |
2390 | - padding: 0; | |
2390 | + padding: 0 15px; | |
2391 | 2391 | } |
2392 | 2392 | .main-box4 .picture{ |
2393 | 2393 | width: 100%; |
2394 | 2394 | } |
2395 | + .main-box5 .simple-spoiler{ | |
2396 | + padding: 0 15px; | |
2397 | + } | |
2395 | 2398 | } |
2396 | 2399 | @media (min-width: 705px){ |
2397 | 2400 | .tiles{ | ... | ... |