Commit 2ab4172d5801c9a66bf83701c630e03c4b442f94
1 parent
9e97f771
мозаика
Showing
2 changed files
with
5 additions
and
3 deletions
Show diff stats
frontend/views/site/index.php
... | ... | @@ -144,7 +144,7 @@ |
144 | 144 | */ |
145 | 145 | $option = $options[ 3 ]; |
146 | 146 | ?> |
147 | - <div class="col-xs-12 col-sm-12 col-md-12 moz-2 moz-2-2" style="padding-right: 0 !important;"> | |
147 | + <div class="col-xs-12 col-sm-12 col-md-12 moz-2 moz-2-2"> | |
148 | 148 | <a href="<?= Url::to([ |
149 | 149 | 'filter/purpose', |
150 | 150 | 'id' => $option->tax_option_id, |
... | ... | @@ -161,7 +161,7 @@ |
161 | 161 | */ |
162 | 162 | $option = $options[ 3 ]; |
163 | 163 | ?> |
164 | - <div class="col-xs-12 col-sm-12 col-md-12 moz-2 moz-2-2" style="margin-top: 2px; padding-right: 0 !important;"> | |
164 | + <div class="col-xs-12 col-sm-12 col-md-12 moz-2 moz-2-2" style="margin-top: 2px;"> | |
165 | 165 | <a href="<?= Url::to([ |
166 | 166 | 'filter/purpose', |
167 | 167 | 'id' => $option->tax_option_id, | ... | ... |
frontend/web/css/style.min.css
... | ... | @@ -2946,7 +2946,9 @@ ul.breadcrumb li a { |
2946 | 2946 | .mCS-light-2.mCSB_scrollTools .mCSB_buttonRight { |
2947 | 2947 | background-position: -40px -56px |
2948 | 2948 | } |
2949 | - | |
2949 | +.moz-2-2 { | |
2950 | + padding-right: 0 !important; | |
2951 | +} | |
2950 | 2952 | @media (max-width: 1200px) { |
2951 | 2953 | ul.main-menu li a { |
2952 | 2954 | padding: 0 11px 0 12px | ... | ... |