diff options
Diffstat (limited to 'client/src/components/Card/CardAgreement.module.css')
-rw-r--r-- | client/src/components/Card/CardAgreement.module.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/client/src/components/Card/CardAgreement.module.css b/client/src/components/Card/CardAgreement.module.css index ed36cba..c9bdae8 100644 --- a/client/src/components/Card/CardAgreement.module.css +++ b/client/src/components/Card/CardAgreement.module.css @@ -1,8 +1,8 @@ @import '../../styles/GlobalVariables.css'; .card { - height: 400px; - width: 900px; + height: 300px; + width: 600px; display: flex; flex-direction: column; justify-content: center; @@ -10,6 +10,7 @@ border: 3px solid var(--color-black); border-radius: 10px; margin: 30px; + padding: 20px; transition: 0.2s all; cursor: pointer; color: var(--color-black); @@ -27,4 +28,4 @@ .card__image { padding-bottom: 32px; -}
\ No newline at end of file +} |