summaryrefslogtreecommitdiff
path: root/client/src/pages/Update/UpdateSelect/UpdateSelect.module.css
diff options
context:
space:
mode:
authorBlaster4385 <[email protected]>2022-08-13 21:40:17 +0530
committerBlaster4385 <[email protected]>2022-08-13 21:41:37 +0530
commitec423572aaf8ecf80a409fd9a03d73b5d31e444f (patch)
tree8c333eac18de5dea8be9c863a0fc8abd3d0bafff /client/src/pages/Update/UpdateSelect/UpdateSelect.module.css
parent3673947d4905948de2e466a813019b1de9629bd2 (diff)
Implemented update UI
Diffstat (limited to 'client/src/pages/Update/UpdateSelect/UpdateSelect.module.css')
-rw-r--r--client/src/pages/Update/UpdateSelect/UpdateSelect.module.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/client/src/pages/Update/UpdateSelect/UpdateSelect.module.css b/client/src/pages/Update/UpdateSelect/UpdateSelect.module.css
new file mode 100644
index 0000000..ec59f61
--- /dev/null
+++ b/client/src/pages/Update/UpdateSelect/UpdateSelect.module.css
@@ -0,0 +1,5 @@
+.card__container {
+ display: flex;
+ justify-content: center;
+ }
+ \ No newline at end of file