Adjust styling
This commit is contained in:
parent
1a53f60b90
commit
a04f1a42ea
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Water Station</title>
|
||||
<title>Water Station Tracker</title>
|
||||
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css" />
|
||||
<style>
|
||||
* {
|
||||
@ -114,6 +114,9 @@
|
||||
.header h1 {
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
.header h1, #cityName {
|
||||
width: 49%;
|
||||
}
|
||||
|
||||
.legend {
|
||||
bottom: 0.5rem;
|
||||
@ -131,7 +134,7 @@
|
||||
</div>
|
||||
|
||||
<a href="/login" class="auth-button">Login</a>
|
||||
<a href="/city-select" class="auth-button" style="top: 1rem; right: 8rem;">All Cities</a>
|
||||
<a href="/city-select" class="auth-button" style="top: 1rem; right: 6rem;">All Cities</a>
|
||||
|
||||
<div id="map"></div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user