diff options
author | Rohan Raj Gupta <78433013+rohan09-raj@users.noreply.github.com> | 2022-08-25 23:02:26 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-25 23:02:26 +0530 |
commit | a4b87e94548f06db72ab9f4f896672f889ae4586 (patch) | |
tree | 8be0883ea33c1cf38ad1283e6dda6a27404687ae /client/src/components/LabelCard/LabelCard.module.css | |
parent | 2d9100d3aa82d2901142464b7117c01cfbd6d04e (diff) | |
parent | ce40b4240d7d23d4a6817dea1a6bc45546419718 (diff) |
Merge pull request #17 from Blaster4385/develop
Kaand number 2
Diffstat (limited to 'client/src/components/LabelCard/LabelCard.module.css')
-rw-r--r-- | client/src/components/LabelCard/LabelCard.module.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/components/LabelCard/LabelCard.module.css b/client/src/components/LabelCard/LabelCard.module.css index 8511596..3b80827 100644 --- a/client/src/components/LabelCard/LabelCard.module.css +++ b/client/src/components/LabelCard/LabelCard.module.css @@ -12,6 +12,8 @@ .card__image { border: 3px solid var(--color-black); border-radius: 10px; + width: 158px; + height: 158px; } .card__title { |