Commit aefe3948ee58aecdb12070f26444ad1dc12c74bc
1 parent
d975a6a4
123
Showing
1 changed file
with
5 additions
and
1 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -685,8 +685,8 @@ footer .socbuts a:hover{ |
685 | 685 | } |
686 | 686 | .textile_bottom{ |
687 | 687 | float: left; |
688 | + margin: 80px 50px; | |
688 | 689 | width: 100%; |
689 | - margin: 80px 0; | |
690 | 690 | } |
691 | 691 | .textile_bottom.tb1{ |
692 | 692 | margin-top: 73px; |
... | ... | @@ -1758,6 +1758,10 @@ p.right{text-align: right;} |
1758 | 1758 | margin-left: 22px; |
1759 | 1759 | margin-right: -22px; |
1760 | 1760 | } |
1761 | + .filters.col-md-3{ | |
1762 | + margin-left: 9px; | |
1763 | + margin-right: -9px; | |
1764 | + } | |
1761 | 1765 | } |
1762 | 1766 | @media (min-width: 992px) and (max-width: 1199px) { |
1763 | 1767 | footer .fleft p{ | ... | ... |