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