summaryrefslogtreecommitdiff
path: root/client/src/components/Header/Header.module.css
diff options
context:
space:
mode:
authorRohan Raj Gupta <[email protected]>2022-08-17 17:58:38 +0530
committerGitHub <[email protected]>2022-08-17 17:58:38 +0530
commitfba27fbc54a39820fdf3cded36dbf0e40e882a42 (patch)
treeb377e7b9c3e2e8507bed3f4a0c4f85a553d45b0b /client/src/components/Header/Header.module.css
parent90324f212b14b98096d10dfee8ea64eb0ef4bab6 (diff)
parent7a4411027293842b84c186ec737721572698c7d0 (diff)
Merge pull request #6 from Blaster4385/develop
Fix this shit
Diffstat (limited to 'client/src/components/Header/Header.module.css')
-rw-r--r--client/src/components/Header/Header.module.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/client/src/components/Header/Header.module.css b/client/src/components/Header/Header.module.css
index 2214f1b..c67df95 100644
--- a/client/src/components/Header/Header.module.css
+++ b/client/src/components/Header/Header.module.css
@@ -13,3 +13,8 @@
font-size: var(--font-medium);
font-weight: 400;
}
+
+.header__image {
+ width: 150px;
+ height: 150px;
+}