summaryrefslogtreecommitdiff
path: root/src/components/Header/Header.module.css
diff options
context:
space:
mode:
authorrohan09-raj <[email protected]>2022-07-19 13:47:16 +0530
committerrohan09-raj <[email protected]>2022-07-19 13:47:16 +0530
commita574ddfda9d7ce7c5266d1f99acf351546f8857e (patch)
tree7a79ed2c7da14f976ac6994f802c791832fec77c /src/components/Header/Header.module.css
parent391e1cfee65e66bc9ceeea71c8015effc02e2bbf (diff)
Added routes, enrollment, update component
Diffstat (limited to 'src/components/Header/Header.module.css')
-rw-r--r--src/components/Header/Header.module.css14
1 files changed, 13 insertions, 1 deletions
diff --git a/src/components/Header/Header.module.css b/src/components/Header/Header.module.css
index b30d5b7..8e6084f 100644
--- a/src/components/Header/Header.module.css
+++ b/src/components/Header/Header.module.css
@@ -1,8 +1,20 @@
+@import '../../styles/GlobalVariables.css';
+
.header {
- font-family: "Fredoka One", cursive;
+ font-family: 'Fredoka One', cursive;
display: flex;
flex-direction: column;
align-items: center;
margin: 20px;
padding: 20px;
}
+
+.header__heading {
+ font-size: var(--font-large);
+ font-weight: 400;
+}
+
+.header__subheading {
+ font-size: var(--font-medium);
+ font-weight: 400;
+}