Commit 049feb10919f0c5866c636e40b320e3a55f58f95
1 parent
6f125332
123
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -1754,6 +1754,10 @@ p.right{text-align: right;} |
1754 | 1754 | .nav_up{ |
1755 | 1755 | padding: 20px 50px; |
1756 | 1756 | } |
1757 | + .col-md-3{ | |
1758 | + margin-left: 20px; | |
1759 | + margin-right: -20px; | |
1760 | + } | |
1757 | 1761 | } |
1758 | 1762 | @media (min-width: 992px) and (max-width: 1199px) { |
1759 | 1763 | footer .fleft p{ | ... | ... |