Skip to content

Commit

Permalink
fix: county position
Browse files Browse the repository at this point in the history
  • Loading branch information
Valexr committed Apr 14, 2024
1 parent 69ee89b commit 58f437c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@
}
main {
padding: 1em;
display: grid;
place-content: center;
}
form {
/* display: flex; */
Expand All @@ -100,7 +102,7 @@
display: flex;
justify-content: center;
gap: 0.15em;
margin-bottom: 0.5em;
margin-bottom: 0.25em;
}
ul li {
position: relative;
Expand Down

0 comments on commit 58f437c

Please sign in to comment.