From aef52169e3f0f9bde0e5f2dd21cbb316eaa34136 Mon Sep 17 00:00:00 2001 From: MikunoNaka Date: Sat, 27 Mar 2021 21:24:54 +0530 Subject: laid out some very basic components, the tile component still needs to be worked upon --- src/components/Header/Header.css | 4 +--- src/components/Header/Header.scss | 5 ++--- 2 files changed, 3 insertions(+), 6 deletions(-) (limited to 'src/components/Header') diff --git a/src/components/Header/Header.css b/src/components/Header/Header.css index 6d146f6..dd320ea 100644 --- a/src/components/Header/Header.css +++ b/src/components/Header/Header.css @@ -6,9 +6,7 @@ flex-wrap: nowrap; align-items: center; justify-content: space-between; - position: absolute; - top: 0px; - left: 0px; + position: static; margin: none; padding: none; width: 100%; diff --git a/src/components/Header/Header.scss b/src/components/Header/Header.scss index 28a0489..e9242dd 100644 --- a/src/components/Header/Header.scss +++ b/src/components/Header/Header.scss @@ -1,4 +1,4 @@ -@import "../../styles/_themes.sass"; +@import "../../styles/_theme"; .header { display: flex; @@ -6,8 +6,7 @@ flex-wrap: nowrap; align-items: center; justify-content: space-between; - position: absolute; - top: 0px; left: 0px; + position: static; margin: none; padding: none; width: 100%; -- cgit v1.2.3