@media screen and (min-width: 1000px){ | |
.container { | |
width: 1000px; | |
margin-left: auto; | |
margin-right: auto; | |
height: 800px; | |
} | |
.map { | |
height: 700px; | |
} | |
.heading { | |
height: 20px; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment