Commit bd41c3e53b3fca0c3c9a3b4a57affa129c634a42
1 parent
f54938c5
123
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -2379,6 +2379,9 @@ p.right{text-align: right;} |
2379 | 2379 | } |
2380 | 2380 | } |
2381 | 2381 | @media (max-width: 729px) { |
2382 | + .main-box1 a img{ | |
2383 | + max-width:305px; | |
2384 | + } | |
2382 | 2385 | .main-box1{ |
2383 | 2386 | padding-bottom: 30px; |
2384 | 2387 | } |
... | ... | @@ -2402,6 +2405,9 @@ p.right{text-align: right;} |
2402 | 2405 | } |
2403 | 2406 | .main-box4 .picture{ |
2404 | 2407 | width: 100%; |
2408 | + padding-top: 34.382%; | |
2409 | + max-width: 305px; | |
2410 | + max-height: 175px!important; | |
2405 | 2411 | } |
2406 | 2412 | .main-box5 .simple-spoiler{ |
2407 | 2413 | padding: 0 15px; | ... | ... |