Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Commit 04b8671

Browse files
saiabhijithtZubair Ahmed
authored and
Zubair Ahmed
committed
Added margin-bottom to icons in event-cards (#116)
1 parent 6cda1dd commit 04b8671

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: components/events/event-card.js

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ const Card = styled(Flex)`
4040
& .icons {
4141
font-size: 1.2rem;
4242
margin-right: 0.25rem;
43+
margin-bottom: 0.25rem;
4344
color: #8393a7;
4445
}
4546
& .rsvp {

Diff for: yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -4336,7 +4336,7 @@ linkify-it@^2.0.0:
43364336
dependencies:
43374337
uc.micro "^1.0.1"
43384338

4339-
4339+
lint-staged@^6.0.0:
43404340
version "6.0.0"
43414341
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-6.0.0.tgz#7ab7d345f2fe302ff196f1de6a005594ace03210"
43424342
dependencies:

0 commit comments

Comments
 (0)