File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -72,11 +72,11 @@ export const AboutPage = (props: Props) => {
7272 </ Row >
7373 </ Card >
7474 < Instagram allInstaNode = { props . data . allInstaNode } />
75- < Row type = "flex" align = "middle" gutter = { 36 } >
76- < Col xs = { 24 } sm = { 24 } md = { 12 } lg = { 12 } xl = { 12 } xxl = { 12 } >
75+ < Row type = "flex" align = "middle" gutter = { 36 } className = "margin-top-36" >
76+ < Col xs = { 24 } sm = { 24 } md = { 12 } lg = { 12 } xl = { 12 } xxl = { 12 } className = "align-center" >
7777 < Twitter />
7878 </ Col >
79- < Col xs = { 24 } sm = { 24 } md = { 12 } lg = { 12 } xl = { 12 } xxl = { 12 } >
79+ < Col xs = { 24 } sm = { 24 } md = { 12 } lg = { 12 } xl = { 12 } xxl = { 12 } className = "align-center" >
8080 < Facebook />
8181 </ Col >
8282 </ Row >
Original file line number Diff line number Diff line change @@ -45,11 +45,11 @@ export const IndexPage = (props: Props) => {
4545 </ Row >
4646 </ Card >
4747 < Instagram allInstaNode = { props . data . allInstaNode } />
48- < Row type = "flex" align = "middle" gutter = { 36 } >
49- < Col xs = { 24 } sm = { 24 } md = { 12 } lg = { 12 } xl = { 12 } xxl = { 12 } >
48+ < Row type = "flex" align = "middle" gutter = { 36 } className = "margin-top-36" >
49+ < Col xs = { 24 } sm = { 24 } md = { 12 } lg = { 12 } xl = { 12 } xxl = { 12 } className = "align-center" >
5050 < Twitter />
5151 </ Col >
52- < Col xs = { 24 } sm = { 24 } md = { 12 } lg = { 12 } xl = { 12 } xxl = { 12 } >
52+ < Col xs = { 24 } sm = { 24 } md = { 12 } lg = { 12 } xl = { 12 } xxl = { 12 } className = "align-center" >
5353 < Facebook />
5454 </ Col >
5555 </ Row >
Original file line number Diff line number Diff line change @@ -72,11 +72,11 @@ export const BlogPost = (props: Props) => {
7272 ) }
7373 </ div >
7474 < Instagram allInstaNode = { props . data . allInstaNode } />
75- < Row type = "flex" align = "middle" gutter = { 36 } >
76- < Col xs = { 24 } sm = { 24 } md = { 12 } lg = { 12 } xl = { 12 } xxl = { 12 } >
75+ < Row type = "flex" align = "middle" gutter = { 36 } className = "margin-top-36" >
76+ < Col xs = { 24 } sm = { 24 } md = { 12 } lg = { 12 } xl = { 12 } xxl = { 12 } className = "align-center" >
7777 < Twitter />
7878 </ Col >
79- < Col xs = { 24 } sm = { 24 } md = { 12 } lg = { 12 } xl = { 12 } xxl = { 12 } >
79+ < Col xs = { 24 } sm = { 24 } md = { 12 } lg = { 12 } xl = { 12 } xxl = { 12 } className = "align-center" >
8080 < Facebook />
8181 </ Col >
8282 </ Row >
Original file line number Diff line number Diff line change @@ -83,11 +83,11 @@ export const IndexPage = (props: Props) => {
8383 ) }
8484 </ div >
8585 < Instagram allInstaNode = { props . pathContext . allInstaNode } />
86- < Row type = "flex" align = "middle" gutter = { 36 } >
87- < Col xs = { 24 } sm = { 24 } md = { 12 } lg = { 12 } xl = { 12 } xxl = { 12 } >
86+ < Row type = "flex" align = "middle" gutter = { 36 } className = "margin-top-36" >
87+ < Col xs = { 24 } sm = { 24 } md = { 12 } lg = { 12 } xl = { 12 } xxl = { 12 } className = "align-center" >
8888 < Twitter />
8989 </ Col >
90- < Col xs = { 24 } sm = { 24 } md = { 12 } lg = { 12 } xl = { 12 } xxl = { 12 } >
90+ < Col xs = { 24 } sm = { 24 } md = { 12 } lg = { 12 } xl = { 12 } xxl = { 12 } className = "align-center" >
9191 < Facebook />
9292 </ Col >
9393 </ Row >
You can’t perform that action at this time.
0 commit comments