Skip to content

Commit

Permalink
fix: tw class
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Bedon committed Aug 19, 2024
1 parent 88ee076 commit 657250f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/pages/Thanks/ThanksPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -618,9 +618,12 @@ export default {
margin-bottom: 0.5rem;
}
}
</style>
<style lang="postcss" scoped>
.relative-container >>> main {
position: relative;
@apply tw-relative;
}
</style>

0 comments on commit 657250f

Please sign in to comment.