Skip to content

Commit

Permalink
💚 Fix content x-padding for legal pages
Browse files Browse the repository at this point in the history
  • Loading branch information
devmount committed Apr 30, 2024
1 parent e391a96 commit 852240b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/src/views/LegalView.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<template>
<div v-html="pageContents">
</div>
<div class="px-4 md:px-20" v-html="pageContents"></div>
</template>

<script setup>
Expand Down

0 comments on commit 852240b

Please sign in to comment.