diff options
author | rohan09-raj <[email protected]> | 2022-08-18 16:12:35 +0530 |
---|---|---|
committer | rohan09-raj <[email protected]> | 2022-08-18 16:12:35 +0530 |
commit | 0a1a985de6e9a53896d2ba17e26d042009b3e1b4 (patch) | |
tree | 133d50eb69452171868b38988c6a10c9367ce171 /client/src/pages/Update/Update.module.css | |
parent | 6b85ebee8986b982e05d49c8f1a326deb3e08bae (diff) |
Condtional update handling
Diffstat (limited to 'client/src/pages/Update/Update.module.css')
-rw-r--r-- | client/src/pages/Update/Update.module.css | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/client/src/pages/Update/Update.module.css b/client/src/pages/Update/Update.module.css index 421dcfd..261d7aa 100644 --- a/client/src/pages/Update/Update.module.css +++ b/client/src/pages/Update/Update.module.css @@ -1,14 +1,14 @@ .subheading__container { - font-family: 'Barlow'; - display: flex; - flex-direction: column; - align-items: center; - font-weight: bolder; - margin: 20px; - padding: 20px; - } + 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 + font-size: var(--font-medium); + font-weight: 400; +} |