aboutsummaryrefslogtreecommitdiff
path: root/src/static
diff options
context:
space:
mode:
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 {