updates
This commit is contained in:
@@ -62,14 +62,16 @@ ul.nav li a:hover {border-bottom: 1px #FD9393 solid;}
|
||||
|
||||
|
||||
|
||||
@media (max-width: 1024px) {
|
||||
/*@media (max-width: 1024px) {
|
||||
body {border: 20px #F8F8F8 solid; margin: 0px; padding: 20px 20px 80px 20px; }
|
||||
#rightSide {max-width: 100%; float: left;}
|
||||
#map {max-width: 100%;}
|
||||
|
||||
}
|
||||
}*/
|
||||
|
||||
@media (max-width: 480px) {
|
||||
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 320px) and (max-width: 1024px) {
|
||||
body {border: 20px #F8F8F8 solid; margin: 0px; padding: 20px 20px 80px 20px; }
|
||||
#tableFilter, .clear, .resetMap {display: none;}
|
||||
#wrapper {max-width: 460px; padding-top: 20px;}
|
||||
#hackSpotsTable, #map {min-width: 224px;}
|
||||
}
|
Reference in New Issue
Block a user