We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ec235e commit 2901165Copy full SHA for 2901165
1 file changed
src/components/Workshop-Card/WorkshopsCardWrapper.style.js
@@ -42,11 +42,6 @@ const WorkshopCardWrapper = styled.div`
42
width: 100%;
43
height: auto;
44
margin-bottom: 1.25rem;
45
-
46
- .image {
47
- height: 40rem;
48
- }
49
50
}
51
52
.image {
@@ -57,7 +52,7 @@ const WorkshopCardWrapper = styled.div`
57
box-shadow: 0 0 black;
58
53
59
54
.gatsby-image-wrapper,.old-gatsby-image-wrapper {
60
- height: 100%;
55
+ height: 90%;
61
56
62
63
0 commit comments