summaryrefslogtreecommitdiff
path: root/client/src/components/Card/CardAgreement.module.css
diff options
context:
space:
mode:
authorrohan09-raj <[email protected]>2022-08-19 21:06:48 +0530
committerrohan09-raj <[email protected]>2022-08-19 21:06:48 +0530
commitf47c3f4349cb68460dadf1fc381e3ceb52fe009a (patch)
tree9961cc4ba587f9be8514adfce9c082cb8c3ad638 /client/src/components/Card/CardAgreement.module.css
parent953dd3c954411d92811415cc9be4a7c7d76ab185 (diff)
minor fixes
Diffstat (limited to 'client/src/components/Card/CardAgreement.module.css')
-rw-r--r--client/src/components/Card/CardAgreement.module.css7
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
+}