centerbar.scss 201 B

12345678910111213
  1. .centerbar {
  2. width: 78.2%;
  3. z-index: 2;
  4. &--with-map {
  5. margin-top: 300px;
  6. position: relative;
  7. }
  8. @media screen and (max-width: 1220px) {
  9. width: 100%;
  10. }
  11. }