This commit is contained in:
jlord
2013-06-01 14:59:23 -07:00
parent 245b7dad79
commit 469b8436b0
3 changed files with 7 additions and 3 deletions

View File

@@ -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;}
}