summaryrefslogtreecommitdiff
path: root/src/components/shared/Styled.module.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/shared/Styled.module.css')
-rw-r--r--src/components/shared/Styled.module.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/shared/Styled.module.css b/src/components/shared/Styled.module.css
new file mode 100644
index 0000000..88b84ad
--- /dev/null
+++ b/src/components/shared/Styled.module.css
@@ -0,0 +1,5 @@
+.FlexCenter {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+}