Added 2 pixel padding to the content of the app

This commit is contained in:
PascalMarchesseault
2024-11-03 10:36:55 -05:00
parent 85adc04921
commit 69924f8abe

View File

@@ -9,7 +9,7 @@
<div v-if="!brandingStore.loading" <div v-if="!brandingStore.loading"
class="min-h-screen justify-center items-center py-10" class="min-h-screen justify-center items-center py-10"
:style="{ backgroundColor: brandingStore.colors.background }"> :style="{ backgroundColor: brandingStore.colors.background }">
<router-view></router-view> <router-view class="p-2"></router-view>
</div> </div>
</div> </div>
</div> </div>