From 78fdd2481742c4b0ff8fb80314256d4d27691f8d Mon Sep 17 00:00:00 2001 From: 0phoff <0phoff@users.noreply.github.com> Date: Thu, 15 Feb 2024 08:30:51 +0100 Subject: [PATCH] Changed some padding --- layouts/cover.vue | 2 +- layouts/default.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/cover.vue b/layouts/cover.vue index 16d35ae..3b05cce 100644 --- a/layouts/cover.vue +++ b/layouts/cover.vue @@ -70,7 +70,7 @@ const logoColorComputed = computed(() => { grid-area: 6 / 1 / span 3 / span 16; place-self: start center; width: 100%; - padding: 0 2rem; + padding: 0 1.5rem; margin-top: -1rem; font-weight: 100; letter-spacing: -0.01em; diff --git a/layouts/default.vue b/layouts/default.vue index 24ad599..5aa9354 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -71,7 +71,7 @@ const props = defineProps({ .slot-default { /* TITLE */ &> :deep(:where(h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child)) { - @apply mt-2 mx-6; + @apply mt-2 mx-9; } } }