diff options
author | Rohan Raj Gupta <[email protected]> | 2022-08-20 09:34:57 +0530 |
---|---|---|
committer | GitHub <[email protected]> | 2022-08-20 09:34:57 +0530 |
commit | 8eed2904d141d7c0b530cb0551364a0b226cf65a (patch) | |
tree | 1ce1fa3561dc6935f4f3aab521773145cdd3f7ec /client/src/components | |
parent | f47c3f4349cb68460dadf1fc381e3ceb52fe009a (diff) | |
parent | 856728cfae03da554d4db91b0635a53f1c9f915c (diff) |
Merge pull request #9 from Blaster4385/develop
ok
Diffstat (limited to 'client/src/components')
-rw-r--r-- | client/src/components/Card/CardAgreement.jsx | 2 | ||||
-rw-r--r-- | client/src/components/Card/CardAgreement.module.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/client/src/components/Card/CardAgreement.jsx b/client/src/components/Card/CardAgreement.jsx index da35c91..77bb1a0 100644 --- a/client/src/components/Card/CardAgreement.jsx +++ b/client/src/components/Card/CardAgreement.jsx @@ -10,7 +10,7 @@ const CardAgreement = ({ title, image }) => { <> <div className={styles.card}> <img className={styles.card__image} src={image} alt="" /> - <Typography> + <Typography align='center'> {t('I_HEREBY_CONFIRM_THE_IDENTITY_AND_ADDRESS')} </Typography> </div> 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%; } |