aboutsummaryrefslogtreecommitdiff
path: root/src/app/components/header/header.module.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/components/header/header.module.css')
-rw-r--r--src/app/components/header/header.module.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/app/components/header/header.module.css b/src/app/components/header/header.module.css
index 5ff32fd..da92d47 100644
--- a/src/app/components/header/header.module.css
+++ b/src/app/components/header/header.module.css
@@ -1,3 +1,10 @@
+.headMain {
+ position: fixed;
+ top: 0;
+ width: 100%;
+ background-color: #121212;
+}
+
.headNav {
display: flex;
flex-direction: row;