Added 2 pixel padding to the content of the app
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user