Skip to content

Commit 7573a7b

Browse files
committed
Make social media svg max-100%
1 parent 8f9d5ce commit 7573a7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/SocialMediaCard/index.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@
6363
}
6464

6565
.sm-card__content > svg {
66-
/* height: 100%; */
66+
max-height: 100%;
67+
max-width: 100%;
6768
}
6869

6970
.sm-card__interactions {

0 commit comments

Comments
 (0)