Skip to content

Commit 36f5b87

Browse files
committed
Fix changes according to request
1 parent 6b7dc9d commit 36f5b87

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/components/Card.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ const Card: React.FC<IProps> = ({
1919
}) => (
2020
<Flex
2121
direction="column"
22+
gap="1rem"
23+
justifyContent="space-between"
2224
bg="ednBackground"
2325
borderRadius="sm"
2426
border="1px"

src/intl/en/page-developers-index.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
"page-developers-js-libraries-link": "JavaScript libraries",
4545
"page-developers-language-desc": "Using Ethereum with familiar languages",
4646
"page-developers-languages": "Programming languages",
47-
"page-developers-learn": "Ethereum development",
48-
"page-developers-learn-desc": "Read up on core concepts and the Ethereum stack with our docs.",
47+
"page-developers-learn": "Learn Ethereum development",
48+
"page-developers-learn-desc": "Read up on core concepts and the Ethereum stack with our docs",
4949
"page-developers-learn-tutorials": "Learn through tutorials",
5050
"page-developers-learn-tutorials-cta": "View tutorials",
5151
"page-developers-learn-tutorials-desc": "Learn Ethereum development step-by-step from builders who have already done it.",

src/pages/developers/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,6 @@ const IntroColumn = styled(Column)`
172172

173173
const StyledCard = styled(Card)`
174174
flex: 1 1 22%;
175-
justify-content: space-between;
176-
gap: 20px;
177175
min-width: 240px;
178176
box-shadow: ${(props) => props.theme.colors.tableBoxShadow};
179177
margin: 1rem;

0 commit comments

Comments
 (0)