@@ -14,7 +14,7 @@ import { ImTwitter, ImMail, ImGithub } from 'react-icons/im';
1414
1515const Manifesto = ( ) => (
1616 < Container >
17- < Row className = 'manifesto-header' >
17+ < Row className = 'manifesto-header manifesto-padding ' >
1818 < Col xs = { 12 } sm = { 12 } md = { 3 } >
1919 < Image src = { StandingImg } height = { 220 } />
2020 </ Col >
@@ -50,7 +50,7 @@ const Manifesto = () => (
5050 </ Row >
5151 < Row className = 'manifesto-support' >
5252 < h1 > I want to express my support for the manifesto! Tell me how</ h1 >
53- < Col md = { 4 } >
53+ < Col md = { 3 } className = "manifesto-support-points" >
5454 < Image src = { WalkingImg } height = { 140 } />
5555 < p >
5656 < a
@@ -62,7 +62,7 @@ const Manifesto = () => (
6262 </ a >
6363 </ p >
6464 </ Col >
65- < Col md = { 4 } >
65+ < Col md = { 3 } className = "manifesto-support-points" >
6666 < Image src = { PeersImg } height = { 140 } />
6767 < p >
6868 < a
@@ -76,16 +76,16 @@ const Manifesto = () => (
7676 on behalf of an organisation.
7777 </ p >
7878 </ Col >
79- < Col md = { 4 } >
79+ < Col md = { 3 } className = "manifesto-support-points" >
8080 < img src = { HandsIcon } alt = '' height = { 140 } />
8181 < p >
8282 We’re particularly interested in adding logos and links indicating organisational support
8383 from publishers, funders, and research institutions.
8484 </ p >
8585 </ Col >
8686 </ Row >
87- < Row >
88- < Col md = { 6 } >
87+ < Row className = 'manifesto-contribute' >
88+ < Col md = { 5 } >
8989 < h2 > How can I contribute?</ h2 >
9090 < ul >
9191 < li > Sign the manifesto and share with all your friends!</ li >
@@ -111,7 +111,7 @@ const Manifesto = () => (
111111 </ li >
112112 </ ul >
113113 </ Col >
114- < Col md = { 6 } className = 'manifesto-contact' >
114+ < Col md = { 5 } className = 'manifesto-contact' >
115115 < h2 > Contact</ h2 >
116116 < a href = 'https://twitter.com/codeisscience' >
117117 < ImTwitter />
0 commit comments