Skip to content

Commit 2901165

Browse files
committed
Fix: Update
Signed-off-by: vr-varad <varadgupta21@gmail.com>
1 parent 8ec235e commit 2901165

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

src/components/Workshop-Card/WorkshopsCardWrapper.style.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ const WorkshopCardWrapper = styled.div`
4242
width: 100%;
4343
height: auto;
4444
margin-bottom: 1.25rem;
45-
46-
.image {
47-
height: 40rem;
48-
}
49-
5045
}
5146
5247
.image {
@@ -57,7 +52,7 @@ const WorkshopCardWrapper = styled.div`
5752
box-shadow: 0 0 black;
5853
5954
.gatsby-image-wrapper,.old-gatsby-image-wrapper {
60-
height: 100%;
55+
height: 90%;
6156
}
6257
}
6358

0 commit comments

Comments
 (0)