Skip to content

Commit

Permalink
fix: rules layout on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
plushdohn committed Dec 21, 2023
1 parent c886da8 commit 54ca76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/rules.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</script>

<template>
<div class="max-w-2xl w-full flex flex-col gap-12 justify-center px-8 py-16">
<div class="max-w-2xl w-full flex flex-col gap-12 justify-center py-16">
<UButton
color="white"
:to="localePath('/')"
Expand Down

0 comments on commit 54ca76c

Please sign in to comment.