Fixed some mobile quirks
This commit is contained in:
parent
2a9faadbbc
commit
75a8b93f98
@ -5,7 +5,7 @@
|
|||||||
<title>Map Alliance</title>
|
<title>Map Alliance</title>
|
||||||
<base href="/">
|
<base href="/">
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, user-scalable=no">
|
||||||
<link rel="icon" type="image/x-icon" href="/assets/images/logo.png">
|
<link rel="icon" type="image/x-icon" href="/assets/images/logo.png">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet">
|
||||||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
||||||
|
@ -5,7 +5,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
html, body { height: 100%; }
|
html, body { height: 100%; }
|
||||||
body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }
|
body {
|
||||||
|
margin: 0;
|
||||||
|
overscroll-behavior: none;
|
||||||
|
font-family: Roboto, "Helvetica Neue", sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
// Remove google maps branding
|
// Remove google maps branding
|
||||||
a[href^="http://maps.google.com/maps"]{display:none !important}
|
a[href^="http://maps.google.com/maps"]{display:none !important}
|
||||||
|
Loading…
Reference in New Issue
Block a user