map.component.scss 209 B

1234567891011121314151617
  1. #frugalmap {
  2. width: 100%;
  3. height: 400px;
  4. z-index: 1;
  5. .leaflet-container {
  6. width: 100%;
  7. height: 100%;
  8. }
  9. }
  10. /* Responsive */
  11. @media (max-width: 768px) {
  12. #frugalmap {
  13. height: 300px;
  14. }
  15. }