aboutsummaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorKenimarru <[email protected]>2024-01-08 07:41:35 +0100
committerKenimarru <[email protected]>2024-01-08 07:41:35 +0100
commitd04ad39203144ff04c826c8d1992e0d7b59f8bc4 (patch)
tree5bf4561f29b4a7a28eb59935012d7f636774d2d0 /layouts
parentv0.3.0 (diff)
downloadhiruku-d04ad39203144ff04c826c8d1992e0d7b59f8bc4.tar.xz
hiruku-d04ad39203144ff04c826c8d1992e0d7b59f8bc4.zip
v0.3.1
Diffstat (limited to 'layouts')
-rw-r--r--layouts/default.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/default.vue b/layouts/default.vue
index 8dce39e..d46b047 100644
--- a/layouts/default.vue
+++ b/layouts/default.vue
@@ -1,6 +1,6 @@
<template>
<Header />
- <section class="py-4 px-8">
+ <section class="px-4">
<slot />
</section>
<Footer />