aboutsummaryrefslogtreecommitdiff
path: root/client/src/components/Header/Header.module.css
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/components/Header/Header.module.css')
-rw-r--r--client/src/components/Header/Header.module.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/client/src/components/Header/Header.module.css b/client/src/components/Header/Header.module.css
new file mode 100644
index 0000000..c39f528
--- /dev/null
+++ b/client/src/components/Header/Header.module.css
@@ -0,0 +1,9 @@
+.header {
+ display: flex;
+ justify-content: center;
+ margin: 2rem;
+}
+
+.header h1 {
+ margin: 0;
+}