From 84652da1f912c73483494773561c18ebf23c8c01 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 27 May 2023 22:26:05 +0200 Subject: [PATCH] style: highlighted section padding --- src/pages/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index ab53a2f..9adc029 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -110,7 +110,7 @@ import Footer from "../components/Footer.astro"; .highlighted-section__content { margin: auto; - padding: 0.5em 1em; + padding: 1em; max-width: var(--content-width); font-weight: normal; font-size: var(--font-size-lg);