Skip to content

Commit 72fa624

Browse files
remove padding from card
Signed-off-by: saurabhraghuvanshii <saurabhsraghuvanshi@gmail.com>
1 parent f3c1169 commit 72fa624

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/Card/Card.style.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ export const CardWrapper = styled.div`
6060
display: flex;
6161
justify-content: center;
6262
align-items: center;
63-
padding: 0.75rem;
6463
6564
.gatsby-image-wrapper,
6665
.old-gatsby-image-wrapper {
@@ -83,7 +82,6 @@ export const CardWrapper = styled.div`
8382
8483
@media screen and (max-width: 768px) {
8584
height: 9.5rem;
86-
padding: 0.5rem;
8785
}
8886
}
8987

0 commit comments

Comments
 (0)