Skip to content

Commit 760f7b8

Browse files
fix(site): remove extra foundation showcase card space (#197)
1 parent d945768 commit 760f7b8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/site/styles/app/_foundation-showcase.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,12 @@
121121
}
122122

123123
.app-foundation-showcase__cards > li {
124-
height: 100%;
124+
display: flex;
125125
}
126126

127127
.app-foundation-showcase__landing-card {
128-
height: 100%;
128+
flex: 1 1 auto;
129+
margin-bottom: 0;
129130
}
130131

131132
.app-foundation-showcase__example-heading {

0 commit comments

Comments
 (0)