diff options
Diffstat (limited to 'client/src/pages/Update/Agreement/Agreement.module.css')
-rw-r--r-- | client/src/pages/Update/Agreement/Agreement.module.css | 13 |
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; +} |