diff options
| author | Sam Chudnick <sam@chudnick.com> | 2023-06-11 09:36:33 -0400 |
|---|---|---|
| committer | Sam Chudnick <sam@chudnick.com> | 2023-06-11 09:36:33 -0400 |
| commit | b3c58c63f0cba1a67c8669f776b2e7c841e1997a (patch) | |
| tree | 7a2def8ca7195646586fba04150c5a802d9654fa /src/static | |
| parent | 83f821550b5ddcf8dcb1859294f68868425aa904 (diff) | |
Show location with weather info
Diffstat (limited to 'src/static')
| -rw-r--r-- | src/static/style.css | 23 |
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 | ||
| 61 | div.topbar { | ||
| 62 | display: flex; | ||
| 63 | width: 100%; | ||
| 64 | } | ||
| 65 | |||
| 66 | div.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 | |||
| 76 | p.location { | ||
| 77 | text-align: center; | ||
| 78 | font-size: 16pt; | ||
| 79 | } | ||
| 80 | |||
| 61 | div.searchbar { | 81 | div.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 | ||
| 70 | div.current { | 89 | div.current { |
