From ec423572aaf8ecf80a409fd9a03d73b5d31e444f Mon Sep 17 00:00:00 2001 From: Blaster4385 Date: Sat, 13 Aug 2022 21:40:17 +0530 Subject: Implemented update UI --- client/src/pages/Update/Update.module.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'client/src/pages/Update/Update.module.css') 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 -- cgit