rightbar.scss 88 B

123456
  1. .rightbar {
  2. @media screen and (max-width: 1000px) {
  3. display: none;
  4. }
  5. }