diff options
| author | Kenimarru <[email protected]> | 2024-01-08 07:41:35 +0100 |
|---|---|---|
| committer | Kenimarru <[email protected]> | 2024-01-08 07:41:35 +0100 |
| commit | d04ad39203144ff04c826c8d1992e0d7b59f8bc4 (patch) | |
| tree | 5bf4561f29b4a7a28eb59935012d7f636774d2d0 /layouts | |
| parent | v0.3.0 (diff) | |
| download | hiruku-d04ad39203144ff04c826c8d1992e0d7b59f8bc4.tar.xz hiruku-d04ad39203144ff04c826c8d1992e0d7b59f8bc4.zip | |
v0.3.1
Diffstat (limited to 'layouts')
| -rw-r--r-- | layouts/default.vue | 2 |
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 /> |