aboutsummaryrefslogtreecommitdiff
path: root/src/static
diff options
context:
space:
mode:
authorSam Chudnick <sam@chudnick.com>2023-06-11 09:36:33 -0400
committerSam Chudnick <sam@chudnick.com>2023-06-11 09:36:33 -0400
commitb3c58c63f0cba1a67c8669f776b2e7c841e1997a (patch)
tree7a2def8ca7195646586fba04150c5a802d9654fa /src/static
parent83f821550b5ddcf8dcb1859294f68868425aa904 (diff)
Show location with weather info
Diffstat (limited to 'src/static')
-rw-r--r--src/static/style.css23
1 files changed, 21 insertions, 2 deletions
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 {
58 border: 3px solid var(--accent); 58 border: 3px solid var(--accent);
59} 59}
60 60
61div.topbar {
62 display: flex;
63 width: 100%;
64}
65
66div.location {
67 display: flex;
68 align-items: center;
69 justify-content: center;
70 width: auto;
71 margin-left: auto;
72 margin-right: 5px;
73}
74
75
76p.location {
77 text-align: center;
78 font-size: 16pt;
79}
80
61div.searchbar { 81div.searchbar {
62 display: flex; 82 display: flex;
63 align-items: left;
64 justify-content: left; 83 justify-content: left;
65 margin-left: 5px; 84 margin-left: 5px;
66 width: 100%;
67 margin-top: 1%; 85 margin-top: 1%;
86 width: 50%;
68} 87}
69 88
70div.current { 89div.current {