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.
12345678910111213141516 |
- /*--------------------------------------------------------------
- 26. Contact
- ----------------------------------------------------------------*/
- .cs_location_map {
- iframe {
- height: 100%;
- min-height: 800px;
- width: 100%;
- border: none;
- filter: grayscale(100%);
- display: block;
- @media (max-width: 991px) {
- min-height: 400px;
- }
- }
- }
|