diff options
author | rohan09-raj <rajrohan1914@gmail.com> | 2022-08-25 16:22:34 +0530 |
---|---|---|
committer | rohan09-raj <rajrohan1914@gmail.com> | 2022-08-25 16:22:34 +0530 |
commit | dac079cd6c5693ee3a75611fe20b691ad30ed7ea (patch) | |
tree | 2dc9fda5b1405a3a779a4ccf1f6b6fc8b7d2f5d5 /client/src/components/Card/Card.module.css | |
parent | 35176b53a88ef17a1035851aa5ce0a23d7e744f6 (diff) |
font changes
Diffstat (limited to 'client/src/components/Card/Card.module.css')
-rw-r--r-- | client/src/components/Card/Card.module.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/client/src/components/Card/Card.module.css b/client/src/components/Card/Card.module.css index e351fd5..54dd471 100644 --- a/client/src/components/Card/Card.module.css +++ b/client/src/components/Card/Card.module.css @@ -1,8 +1,8 @@ @import '../../styles/GlobalVariables.css'; .card { - height: 300px; - width: 300px; + height: 500px; + width: 500px; display: flex; flex-direction: column; justify-content: center; @@ -13,7 +13,8 @@ transition: 0.2s all; cursor: pointer; color: var(--color-black); - text-decoration-line: none; + font-size: 2.25rem; + text-decoration: none; } .card:active { |