File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ const Card: React.FC<IProps> = ({
19
19
} ) => (
20
20
< Flex
21
21
direction = "column"
22
+ gap = "1rem"
23
+ justifyContent = "space-between"
22
24
bg = "ednBackground"
23
25
borderRadius = "sm"
24
26
border = "1px"
Original file line number Diff line number Diff line change 44
44
"page-developers-js-libraries-link" : " JavaScript libraries" ,
45
45
"page-developers-language-desc" : " Using Ethereum with familiar languages" ,
46
46
"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" ,
49
49
"page-developers-learn-tutorials" : " Learn through tutorials" ,
50
50
"page-developers-learn-tutorials-cta" : " View tutorials" ,
51
51
"page-developers-learn-tutorials-desc" : " Learn Ethereum development step-by-step from builders who have already done it." ,
Original file line number Diff line number Diff line change @@ -172,8 +172,6 @@ const IntroColumn = styled(Column)`
172
172
173
173
const StyledCard = styled ( Card ) `
174
174
flex: 1 1 22%;
175
- justify-content: space-between;
176
- gap: 20px;
177
175
min-width: 240px;
178
176
box-shadow: ${ ( props ) => props . theme . colors . tableBoxShadow } ;
179
177
margin: 1rem;
You can’t perform that action at this time.
0 commit comments