From 641e62fd333cd7c3a82c12181eb0d35611c03df7 Mon Sep 17 00:00:00 2001 From: real-zephex Date: Fri, 29 Mar 2024 19:16:58 +0530 Subject: fixes and improvements: dramalaam is no longer hosted on koyeb cuz of high latency issues. --- src/app/components/header/header.module.css | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/app/components/header/header.module.css (limited to 'src/app/components/header/header.module.css') diff --git a/src/app/components/header/header.module.css b/src/app/components/header/header.module.css new file mode 100644 index 0000000..6a67bf6 --- /dev/null +++ b/src/app/components/header/header.module.css @@ -0,0 +1,26 @@ +.headNav { + display: flex; + flex-direction: row; + justify-content: space-between; + align-items: center; + max-width: 95%; + margin: -10px auto; + font-family: "Quicksand"; +} + +.rightNav { + display: flex; + cursor: pointer; + overflow-x: auto; +} + +.rightNav a { + text-decoration: none; + color: white; + font-size: 20px; +} + +.rightNav p { + margin-right: 10px; + margin-left: 10px; +} \ No newline at end of file -- cgit v1.2.3