Commit 2cc24b9ab7fc7f26d3cd9115d6278bdb1d880791
1 parent
751d4491
123
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -153,6 +153,7 @@ footer{ |
153 | 153 | text-align: center; |
154 | 154 | min-height: 225px; |
155 | 155 | padding-top: 40px; |
156 | + margin-top: 15px; | |
156 | 157 | } |
157 | 158 | footer .container{ |
158 | 159 | max-width: 1070px; |
... | ... | @@ -682,17 +683,19 @@ footer .socbuts a:hover{ |
682 | 683 | .text1 .b{ |
683 | 684 | font-weight: bold; |
684 | 685 | } |
685 | -.top11_12{margin-top:11px;margin-bottom: 12px;} | |
686 | +.top11_12{margin-top:11px;margin-bottom: 5px;} | |
686 | 687 | .map_small{ |
687 | 688 | padding-top: 39.198%; |
688 | 689 | background-color: #dcdcdc; |
689 | 690 | margin: 14px 13px; |
691 | + margin-top: 11px; | |
690 | 692 | } |
691 | 693 | .top4{margin-top: 4px;} |
692 | 694 | .showroom{ |
693 | 695 | text-align: center; |
694 | 696 | display: flex; |
695 | 697 | justify-content: center; |
698 | + margin-top: 17px; | |
696 | 699 | } |
697 | 700 | .showroom img{width:100%;max-width:700px;margin:25px auto; margin-bottom: 50px;padding-top:1px;} |
698 | 701 | .no_btm{margin-bottom: 0!important;padding-bottom: 0!important;} | ... | ... |