Skip to content

Commit

Permalink
Improve margins and scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
man90es committed May 2, 2024
1 parent 6a03eab commit 7659737
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion public/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ body {
margin: 0;
min-height: 100vh;
min-height: 100svh;
overflow-x: hidden;
overflow-y: scroll;
text-align: center;
}

Expand Down
1 change: 0 additions & 1 deletion src/views/CharactersView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
gap: 0.5em;
grid-template-columns: repeat(auto-fit, 5rem);
margin: 0.5em;
width: inherit;
}
.options-wrapper {
Expand Down

0 comments on commit 7659737

Please sign in to comment.