aboutsummaryrefslogtreecommitdiff
path: root/src/app/components/header/header.module.css
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-04-10 01:19:20 +0530
committerreal-zephex <[email protected]>2024-04-10 01:19:20 +0530
commite5935c15af0375240fa7c711dc99101fa48048be (patch)
treee1807c8552c25b0f2f10d55dce59725606bb4b66 /src/app/components/header/header.module.css
parentprolly the last update to dramalama. (diff)
downloaddramalama-e5935c15af0375240fa7c711dc99101fa48048be.tar.xz
dramalama-e5935c15af0375240fa7c711dc99101fa48048be.zip
UI changes
Diffstat (limited to 'src/app/components/header/header.module.css')
-rw-r--r--src/app/components/header/header.module.css34
1 files changed, 0 insertions, 34 deletions
diff --git a/src/app/components/header/header.module.css b/src/app/components/header/header.module.css
deleted file mode 100644
index da92d47..0000000
--- a/src/app/components/header/header.module.css
+++ /dev/null
@@ -1,34 +0,0 @@
-.headMain {
- position: fixed;
- top: 0;
- width: 100%;
- background-color: #121212;
-}
-
-.headNav {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- max-width: 95%;
- margin: -10px auto;
- font-family: "Poppins";
-}
-
-.rightNav {
- display: flex;
- cursor: pointer;
- overflow-x: auto;
-}
-
-.rightNav a {
- text-decoration: underline;
- font-family: "Atkinson Hyperlegible";
- color: var(--light-green);
- font-size: 18px;
-}
-
-.rightNav p {
- margin-right: 10px;
- margin-left: 10px;
-} \ No newline at end of file