aboutsummaryrefslogtreecommitdiff
path: root/src/static
diff options
context:
space:
mode:
authorSam Chudnick <sam@chudnick.com>2023-06-11 09:57:43 -0400
committerSam Chudnick <sam@chudnick.com>2023-06-11 09:57:43 -0400
commit386da379df831c5f3a467706c252c56781e473f5 (patch)
tree538b61db5eb8581e1b6e931ac1ef65b9544313e7 /src/static
parentb3c58c63f0cba1a67c8669f776b2e7c841e1997a (diff)
Add error handling for when no location results are found
Diffstat (limited to 'src/static')
-rw-r--r--src/static/style.css11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/static/style.css b/src/static/style.css
index 768b816..3e39dea 100644
--- a/src/static/style.css
+++ b/src/static/style.css
@@ -28,12 +28,21 @@ html, body, .container {
28 font-size: 12pt; 28 font-size: 12pt;
29} 29}
30 30
31.index-title { 31div.index-header {
32 display: flex; 32 display: flex;
33 align-self: center; 33 align-self: center;
34 justify-content: center; 34 justify-content: center;
35 width: 100%; 35 width: 100%;
36}
37
38h1.index-header {
39 margin-top: 15px;
40 margin-bottom: 5px;
41}
36 42
43h2.index-header {
44 margin-top: 5px;
45 margin-bottom: 10px;
37} 46}
38 47
39.content-noborder { 48.content-noborder {