diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-03-27 21:24:54 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-03-27 21:24:54 +0530 |
commit | aef52169e3f0f9bde0e5f2dd21cbb316eaa34136 (patch) | |
tree | 0dde319375996da517814493defef1273400ad40 /src/components/Header/Header.scss | |
parent | 10f7749d52df9a70e15a33cd76ba441f4b81a1a5 (diff) |
laid out some very basic components, the tile component still needs to be worked upon
Diffstat (limited to 'src/components/Header/Header.scss')
-rw-r--r-- | src/components/Header/Header.scss | 5 |
1 files changed, 2 insertions, 3 deletions
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%; |