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 f2c42da commit 9a3e839Copy full SHA for 9a3e839
src/components/Callout.js
@@ -52,11 +52,11 @@ const Callout = ({
52
}) => {
53
return (
54
<StyledCard className={className}>
55
- {/* <Image
+ <Image
56
fluid={image}
57
alt={`${title} image`}
58
maxImageWidth={maxImageWidth}
59
- /> */}
+ />
60
<Content>
61
<div>
62
<h3>{title}</h3>
src/pages/what-is-ethereum.js
@@ -236,6 +236,7 @@ const SingleCard = styled(StyledCard)`
236
237
const StyledCallout = styled(Callout)`
238
flex: 1 1 424px;
239
+ height: 100%;
240
`
241
242
const cards = [
0 commit comments