Skip to content

Commit

Permalink
only use gap horizontally
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenni009 authored Feb 24, 2024
1 parent 7cb5c7f commit ea19943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ function parseJson(rawJson: string) {

<style scoped lang="scss">
.stats {
gap: 2rem;
gap: 0 2rem;
}
</style>

0 comments on commit ea19943

Please sign in to comment.