Small visual improvements.
This commit is contained in:
parent
98d26a4b61
commit
6418ff4871
|
@ -4,7 +4,7 @@
|
||||||
<!-- Meta -->
|
<!-- Meta -->
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>these-3-words Map</title>
|
<title>These3Words Map</title>
|
||||||
<!-- Style -->
|
<!-- Style -->
|
||||||
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
|
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
|
||||||
<style>
|
<style>
|
||||||
|
@ -31,6 +31,9 @@
|
||||||
<button id="button3words" class="btn btn-lg btn-primary">Find on Map</button>
|
<button id="button3words" class="btn btn-lg btn-primary">Find on Map</button>
|
||||||
</p>
|
</p>
|
||||||
</main>
|
</main>
|
||||||
|
<footer>
|
||||||
|
<p class="text-center text-muted">Made with ♥ by <a href="https://betatim.github.io/">Tim</a> and <a href="https://dun.gs">Kevin</a>. <a href="https://github.com/betatim/these-3-words">Fork it on GitHub</a>.
|
||||||
|
</footer>
|
||||||
<script>
|
<script>
|
||||||
(function() {
|
(function() {
|
||||||
var default3words = 'zeljka-worry-suhai';
|
var default3words = 'zeljka-worry-suhai';
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<!-- Meta -->
|
<!-- Meta -->
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>these-3-words Map</title>
|
<title>These3Words Map</title>
|
||||||
<!-- Style -->
|
<!-- Style -->
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
html, body, #map-canvas { height: 100%; margin: 0; padding: 0;}
|
html, body, #map-canvas { height: 100%; margin: 0; padding: 0;}
|
||||||
|
|
Loading…
Reference in New Issue