From b3c58c63f0cba1a67c8669f776b2e7c841e1997a Mon Sep 17 00:00:00 2001 From: Sam Chudnick Date: Sun, 11 Jun 2023 09:36:33 -0400 Subject: Show location with weather info --- src/static/style.css | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) (limited to 'src/static') diff --git a/src/static/style.css b/src/static/style.css index 1ea44f5..768b816 100644 --- a/src/static/style.css +++ b/src/static/style.css @@ -58,13 +58,32 @@ html, body, .container { border: 3px solid var(--accent); } +div.topbar { + display: flex; + width: 100%; +} + +div.location { + display: flex; + align-items: center; + justify-content: center; + width: auto; + margin-left: auto; + margin-right: 5px; +} + + +p.location { + text-align: center; + font-size: 16pt; +} + div.searchbar { display: flex; - align-items: left; justify-content: left; margin-left: 5px; - width: 100%; margin-top: 1%; + width: 50%; } div.current { -- cgit v1.2.3