From 6c56ed7ceba1ed3428dfda700bb7fa6270a8cfd0 Mon Sep 17 00:00:00 2001 From: nc Date: Sun, 19 Feb 2023 19:47:46 +0700 Subject: [PATCH] fix header styling --- src/components/Base/index.tsx | 4 +--- src/components/Header/styles.scss | 3 ++- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/components/Base/index.tsx b/src/components/Base/index.tsx index 40e8cb7..cbfc140 100644 --- a/src/components/Base/index.tsx +++ b/src/components/Base/index.tsx @@ -10,9 +10,7 @@ const Base = ({ children }: any) => ( <>
-
-
{children}
-
+
{children}
); diff --git a/src/components/Header/styles.scss b/src/components/Header/styles.scss index 1d9fb39..59e15d7 100644 --- a/src/components/Header/styles.scss +++ b/src/components/Header/styles.scss @@ -1,5 +1,6 @@ .HeaderBlock { - padding-top: 1em; + padding-top: 15%; + margin-bottom: 4%; } .LinkText {