Skip to content

Commit e404908

Browse files
authored
Merge branch 'main' into update-landing-909
2 parents 7a20e42 + 67aa25f commit e404908

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

src/pages/HowToUse/index.js

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,21 @@ const useStyles = makeStyles((theme) => ({
1212
padding: '64px 32px',
1313
margin: 'auto',
1414
},
15+
summary: {
16+
marginBottom: '30px',
17+
textAlign: 'justify',
18+
[theme.breakpoints.down('xs')]: {
19+
fontSize: '14px',
20+
},
21+
},
1522
typoStyle: {
1623
fontWeight: '400',
24+
textAlign: 'justify',
1725
[theme.breakpoints.down('xs')]: {
1826
fontSize: '14px',
1927
},
2028
},
21-
boxPadding:{
29+
boxPadding: {
2230
padding: '24px 16px 0',
2331
},
2432
}));
@@ -42,6 +50,14 @@ const HowToUse = () => {
4250
<Box className='containerGray'>
4351
<Container>
4452
<Box className={classes.boxContainer}>
53+
<Box>
54+
<Typography variant='body1' className={classes.summary}>
55+
By adding the civictechindex topic tag to your project, we can
56+
create a continuously updated repository for all civic tech
57+
enthusiasts to find open source projects to model, connect with,
58+
and learn from.
59+
</Typography>
60+
</Box>
4561
<Box>
4662
<Typography variant='body1' className={classes.typoStyle}>
4763
1. Under your project’s repository, click <SettingsGearIcon />{' '}

0 commit comments

Comments
 (0)