File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff 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 /> { ' ' }
You can’t perform that action at this time.
0 commit comments