Skip to content

Commit

Permalink
fix: proportions
Browse files Browse the repository at this point in the history
  • Loading branch information
Valexr committed Apr 25, 2024
1 parent 469ee4a commit a686d72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
scroll-snap-type: x mandatory;
}
main > * {
padding: 0 1em;
/* padding: 0 1em; */
flex: 1 0 100%;
scroll-snap-align: center;
align-content: center;
Expand Down
4 changes: 2 additions & 2 deletions src/lib/components/County.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@
list-style: none;
padding: 0;
margin: 0;
font-size: min(22.5vw, 27vh);
font-size: min(25vw, 27vh);
font-weight: bold;
display: flex;
justify-content: center;
gap: 0.25em;
margin-bottom: 0.25em;
margin-bottom: 0.5em;
}
ul li {
position: relative;
Expand Down

0 comments on commit a686d72

Please sign in to comment.