feat: better error feedback in weather, run prettier + lint

This commit is contained in:
David Ralph
2024-02-07 12:39:16 +00:00
parent fba4012875
commit 21184c6c03
18 changed files with 55 additions and 34 deletions

View File

@@ -18,10 +18,7 @@ body {
font-size: calc(10px + 2vmin);
text-align: center;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
inset: 0;
text-shadow: 0 0 25px rgb(0 0 0 / 30%);
display: grid;
place-items: center;
@@ -123,6 +120,7 @@ body {
display: flex;
justify-content: space-between;
align-items: center;
button {
margin-bottom: 15px;
flex-flow: row !important;