centerbar.scss 205 B

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