From 7a748dd0fb2acb2fc0703009c487707ae0605319 Mon Sep 17 00:00:00 2001 From: nzambello Date: Tue, 18 Jul 2023 14:08:15 +0200 Subject: [PATCH] fix: hamburger icon border radius --- src/components/Header.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Header.astro b/src/components/Header.astro index 415cf0f..14f3b0b 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -112,6 +112,7 @@ import Logo from './Logo.astro'; width: 40px; height: 3px; margin-bottom: 10px; + border-radius: 1em; background-color: var(--text-color); }