Adjust styling

This commit is contained in:
Will Bradley 2025-07-16 12:30:14 -07:00
parent 1a53f60b90
commit a04f1a42ea

View File

@ -3,7 +3,7 @@
<head> <head>
<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>Water Station</title> <title>Water Station Tracker</title>
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css" /> <link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css" />
<style> <style>
* { * {
@ -114,6 +114,9 @@
.header h1 { .header h1 {
font-size: 1.2rem; font-size: 1.2rem;
} }
.header h1, #cityName {
width: 49%;
}
.legend { .legend {
bottom: 0.5rem; bottom: 0.5rem;
@ -131,7 +134,7 @@
</div> </div>
<a href="/login" class="auth-button">Login</a> <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> <div id="map"></div>