Advertisement
artemsemkin

Untitled

Sep 15th, 2024
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.28 KB | None | 0 0
  1. @media screen and (max-width: 991px) {
  2.   .filter__item-group:not(.filter__item-group .filter__item-group)>*:not(:first-child) {
  3.     padding-left: 20px !important; /* 20px = no indent */
  4.   }
  5.  
  6.   .filter__item-group .filter__item-inner {
  7.     font-size: 13px !important;
  8.   }
  9. }
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement