Commit 6c027e286f4649a9aaafeca9365d67e9580e72e1
1 parent
258613e7
123
Showing
1 changed file
with
8 additions
and
0 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -649,6 +649,9 @@ footer .socbuts a:hover{ |
649 | 649 | color:#a9a9a9; |
650 | 650 | padding: 20px 0; |
651 | 651 | margin-top:8px; |
652 | + max-width: 980px; | |
653 | + margin-left: auto; | |
654 | + margin-right: auto; | |
652 | 655 | } |
653 | 656 | .nav_up a{ |
654 | 657 | color:#a9a9a9; |
... | ... | @@ -2321,6 +2324,11 @@ p.right{text-align: right;} |
2321 | 2324 | } |
2322 | 2325 | } |
2323 | 2326 | @media (max-width: 991px) { |
2327 | + .button2 a.punkt{ | |
2328 | + width: 85%; | |
2329 | + line-height: 13px; | |
2330 | + font-size: 10px; | |
2331 | + } | |
2324 | 2332 | .textile_bottom{ |
2325 | 2333 | margin: 30px auto; |
2326 | 2334 | } | ... | ... |