From 386da379df831c5f3a467706c252c56781e473f5 Mon Sep 17 00:00:00 2001 From: Sam Chudnick Date: Sun, 11 Jun 2023 09:57:43 -0400 Subject: Add error handling for when no location results are found --- src/static/style.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'src/static') 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 { font-size: 12pt; } -.index-title { +div.index-header { display: flex; align-self: center; justify-content: center; width: 100%; +} + +h1.index-header { + margin-top: 15px; + margin-bottom: 5px; +} +h2.index-header { + margin-top: 5px; + margin-bottom: 10px; } .content-noborder { -- cgit v1.2.3