@media screen and (min-width: 800px){ | |
.container2 { | |
width :40%; | |
} | |
.map { | |
width : 60%; | |
} | |
#divResults{ | |
position: relative; | |
transform: translate(0,0); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment