No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_contact.scss 368B

12345678910111213141516
  1. /*--------------------------------------------------------------
  2. 26. Contact
  3. ----------------------------------------------------------------*/
  4. .cs_location_map {
  5. iframe {
  6. height: 100%;
  7. min-height: 800px;
  8. width: 100%;
  9. border: none;
  10. filter: grayscale(100%);
  11. display: block;
  12. @media (max-width: 991px) {
  13. min-height: 400px;
  14. }
  15. }
  16. }