Commit 62088aa797d33a6aa156ea4ab515db6120dd444d
1 parent
3236c3e3
123
Showing
1 changed file
with
4 additions
and
2 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -2325,10 +2325,12 @@ p.right{text-align: right;} |
2325 | 2325 | } |
2326 | 2326 | @media (max-width: 991px) { |
2327 | 2327 | .button2 a.punkt, .button2 a.punkt:hover{ |
2328 | - width: 100%!important; | |
2328 | + width: 85%!important; | |
2329 | 2329 | line-height: 13px; |
2330 | 2330 | font-size: 10px; |
2331 | - margin: 0px 10px; | |
2331 | + } | |
2332 | + .button2 .spoiler{ | |
2333 | + width: 85%!important; | |
2332 | 2334 | } |
2333 | 2335 | .textile_bottom{ |
2334 | 2336 | margin: 30px auto; | ... | ... |