map.scss 155 B

12345678910
  1. .map {
  2. &__container {
  3. position: absolute;
  4. top: 0;
  5. left: 0;
  6. right: 0;
  7. height: 637px;
  8. z-index: 1;
  9. }
  10. }