_google-map.scss 228 B

12345678910111213
  1. @include respond-to('tablet') {
  2. #map {
  3. height: 450px;
  4. }
  5. }
  6. @include respond-to('phone-portrait') {
  7. #map {
  8. height: 420px;
  9. }
  10. .infowindow {
  11. padding: 20px 20px 20px 20px !important;
  12. }
  13. }