summaryrefslogtreecommitdiff
path: root/client/src/pages/Update/Update.module.css
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/pages/Update/Update.module.css')
-rw-r--r--client/src/pages/Update/Update.module.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/client/src/pages/Update/Update.module.css b/client/src/pages/Update/Update.module.css
index e69de29..421dcfd 100644
--- a/client/src/pages/Update/Update.module.css
+++ b/client/src/pages/Update/Update.module.css
@@ -0,0 +1,14 @@
+.subheading__container {
+ font-family: 'Barlow';
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ font-weight: bolder;
+ margin: 20px;
+ padding: 20px;
+ }
+
+.subheading {
+ font-size: var(--font-medium);
+ font-weight: 400;
+ } \ No newline at end of file