Commit a76a4ff6e1443dabdafa61a6db33e3a0443e0eda
1 parent
e8af8c71
мозаика
Showing
2 changed files
with
6 additions
and
1 deletions
Show diff stats
frontend/views/site/index.php
... | ... | @@ -185,7 +185,7 @@ |
185 | 185 | */ |
186 | 186 | $option = $options[ 3 ]; |
187 | 187 | ?> |
188 | - <div class="col-xs-12 col-sm-12 col-md-12 moz-1 moz-1-1" style="padding-right: 15px !important;padding-left: 2px !important;"> | |
188 | + <div class="col-xs-12 col-sm-12 col-md-12 moz-1 moz-1-2" style="padding-right: 15px !important;padding-left: 2px !important;"> | |
189 | 189 | <a href="<?= Url::to([ |
190 | 190 | 'filter/purpose', |
191 | 191 | 'id' => $option->tax_option_id, | ... | ... |
frontend/web/css/style.min.css
... | ... | @@ -2949,6 +2949,9 @@ ul.breadcrumb li a { |
2949 | 2949 | .moz-2-2 { |
2950 | 2950 | padding-right: 0 !important; |
2951 | 2951 | } |
2952 | +.moz-1-2 { | |
2953 | + padding-left: 2px !important; | |
2954 | +} | |
2952 | 2955 | @media (max-width: 1200px) { |
2953 | 2956 | ul.main-menu li a { |
2954 | 2957 | padding: 0 11px 0 12px |
... | ... | @@ -3421,6 +3424,8 @@ ul.breadcrumb li a { |
3421 | 3424 | } |
3422 | 3425 | .moz-1-1 { |
3423 | 3426 | padding-right: 15px !important; |
3427 | + } | |
3428 | + .moz-1-2 { | |
3424 | 3429 | padding-left: 15px !important; |
3425 | 3430 | } |
3426 | 3431 | ... | ... |