Skip to content

Commit cdcf946

Browse files
committed
Tweak Callout height
1 parent 63cd67d commit cdcf946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/what-is-ethereum.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ const SingleCard = styled(StyledCard)`
238238

239239
const StyledCallout = styled(Callout)`
240240
flex: 1 1 424px;
241-
height: 100%;
241+
min-height: 100%;
242242
`
243243

244244
const cards = [

0 commit comments

Comments
 (0)