updates
This commit is contained in:
parent
245b7dad79
commit
469b8436b0
@ -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;}
|
||||
}
|
@ -8,6 +8,7 @@
|
||||
<script type="text/javascript" src='js/sheetsee.js'></script>
|
||||
<link rel="shortcut icon" href="https://raw.github.com/jlord/hack-spots/master/favico.png"/>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<link href='http://api.tiles.mapbox.com/mapbox.js/v1.0.0/mapbox.css' rel='stylesheet' />
|
||||
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic' rel='stylesheet' type='text/css'>
|
||||
<link href='http://fonts.googleapis.com/css?family=Amatic+SC:400,700' rel='stylesheet' type='text/css'>
|
||||
|
1
node_modules/.bin/http-server
generated
vendored
Symbolic link
1
node_modules/.bin/http-server
generated
vendored
Symbolic link
@ -0,0 +1 @@
|
||||
../http-server/bin/http-server
|
Loading…
Reference in New Issue
Block a user