diff options
author | Blaster4385 <[email protected]> | 2022-08-19 22:53:02 +0530 |
---|---|---|
committer | Blaster4385 <[email protected]> | 2022-08-19 22:53:02 +0530 |
commit | 6c867e639e565262bbf71342f953456a7d0b7f7a (patch) | |
tree | 4271270112d58bb3cb048dee83c189c68df42b72 /client/src/components/Card/CardAgreement.module.css | |
parent | f47c3f4349cb68460dadf1fc381e3ceb52fe009a (diff) |
Refine UI
Diffstat (limited to 'client/src/components/Card/CardAgreement.module.css')
-rw-r--r-- | client/src/components/Card/CardAgreement.module.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/components/Card/CardAgreement.module.css b/client/src/components/Card/CardAgreement.module.css index c9bdae8..c6b76cb 100644 --- a/client/src/components/Card/CardAgreement.module.css +++ b/client/src/components/Card/CardAgreement.module.css @@ -27,5 +27,5 @@ } .card__image { - padding-bottom: 32px; + height: 80%; } |