summaryrefslogtreecommitdiff
path: root/client/src/pages/Update/Agreement/Agreement.module.css
diff options
context:
space:
mode:
authorrohan09-raj <[email protected]>2022-08-21 01:46:36 +0530
committerrohan09-raj <[email protected]>2022-08-21 01:46:36 +0530
commit4480f2d62865a585f8bbf0cd7122a25d0413bf2b (patch)
tree228e2301b75c41aa68f8dacee83d61a4e4fa9c60 /client/src/pages/Update/Agreement/Agreement.module.css
parent16fa778ffaf82f2807d8b1821b78b6d878b93cb8 (diff)
fixed update components
Diffstat (limited to 'client/src/pages/Update/Agreement/Agreement.module.css')
-rw-r--r--client/src/pages/Update/Agreement/Agreement.module.css13
1 files changed, 10 insertions, 3 deletions
diff --git a/client/src/pages/Update/Agreement/Agreement.module.css b/client/src/pages/Update/Agreement/Agreement.module.css
index c618a4d..2580d47 100644
--- a/client/src/pages/Update/Agreement/Agreement.module.css
+++ b/client/src/pages/Update/Agreement/Agreement.module.css
@@ -1,4 +1,11 @@
.card__container {
- display: flex;
- justify-content: center;
- } \ No newline at end of file
+ display: flex;
+ justify-content: center;
+}
+
+.card__elements {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ flex-direction: column;
+}