From 93e67bf2be71451dd141879241e988308c2333c0 Mon Sep 17 00:00:00 2001 From: satnaing Date: Mon, 5 Dec 2022 23:29:43 +0630 Subject: [PATCH] refactor: remove unused css for hr --- src/components/Header.astro | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/components/Header.astro b/src/components/Header.astro index f33bd19..3164231 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -99,9 +99,6 @@ const { activeNav } = Astro.props; #skip-to-content { @apply bg-skin-accent text-skin-inverted py-2 px-3 absolute -top-full focus:top-4 left-16 z-50 transition-all; } - header hr { - @apply border-skin-line mx-4 max-w-3xl sm:mx-auto; - } .nav-container { @apply max-w-3xl mx-auto flex flex-col sm:flex-row justify-between items-center; }