From 4bdd5435ce7041f2383a5f2b8ce62ba187cd65e8 Mon Sep 17 00:00:00 2001 From: Max Leiter Date: Thu, 10 Mar 2022 19:52:33 -0800 Subject: [PATCH] client: remove unused header CSS --- client/components/header/header.module.css | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/client/components/header/header.module.css b/client/components/header/header.module.css index 8d40b34..e096d82 100644 --- a/client/components/header/header.module.css +++ b/client/components/header/header.module.css @@ -3,14 +3,6 @@ padding: 0 var(--gap); } -.current { - padding-top: 100px !important; -} - -.tabs .content { - display: none; -} - .mobile { position: relative; z-index: 2; @@ -49,8 +41,3 @@ justify-content: space-between; align-items: center; } - -.selectContent :global(svg) { - margin-right: 10px; - margin-left: 2px; -}