centerbar.scss 105 B

1234567
  1. .centerbar {
  2. width: 78.2%;
  3. @media screen and (max-width: 1220px) {
  4. width: 100%;
  5. }
  6. }