From 8c5f30556a9ecb412f52487eae0a9aed745b8e74 Mon Sep 17 00:00:00 2001 From: welpo Date: Wed, 5 Jul 2023 02:05:27 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=B0=EF=B8=8F=20refactor:=20remove=20unuse?= =?UTF-8?q?d=20code?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/parts/_header.scss | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/sass/parts/_header.scss b/sass/parts/_header.scss index 7aaa5fc..a89253c 100644 --- a/sass/parts/_header.scss +++ b/sass/parts/_header.scss @@ -1,18 +1,7 @@ header { font-family: 'Inter Subset', var(--sans-serif-font); width: 100%; - - .main { - display: flex; - flex-direction: row; - flex-wrap: wrap; - justify-content: space-between; - align-items: flex-start; - gap: 12px; - font-size: 1.5rem; - margin-bottom: 10px; - } -} +} .page-header { font-size: 3em;