We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d590326 commit 80387ecCopy full SHA for 80387ec
dotcom-rendering/src/components/Masthead/HighlightsCard.tsx
@@ -38,6 +38,7 @@ const container = css`
38
display: flex;
39
flex-direction: column;
40
justify-content: space-between;
41
+ height: 100%;
42
column-gap: ${space[2]}px;
43
/** Relative positioning is required to absolutely position the card link overlay */
44
position: relative;
@@ -57,10 +58,8 @@ const container = css`
57
58
}
59
${between.mobileMedium.and.tablet} {
60
min-height: 194px;
- height: 100%;
61
62
${from.tablet} {
63
64
width: 160px;
65
padding: 10px 10px 0 10px;
66
0 commit comments