From cae66a752d521f8b2362e599475b5c50a02d4fea Mon Sep 17 00:00:00 2001 From: log101 Date: Wed, 8 May 2024 11:16:38 +0300 Subject: [PATCH] style: minor changes --- src/components/Header.astro | 2 +- src/styles/header.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Header.astro b/src/components/Header.astro index 2cf6059..ec7f08e 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -33,7 +33,7 @@ import { CATEGORIES } from "../content/config"; diff --git a/src/styles/header.css b/src/styles/header.css index 7280555..f3a10b9 100644 --- a/src/styles/header.css +++ b/src/styles/header.css @@ -2,7 +2,7 @@ width: 750px; display: flex; flex-direction: column; - gap: 24px; + gap: 36px; margin: 24px 0px; }