File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ const Home = () => (
174174 </ div >
175175 < div className = { styles . profileColumnRight } >
176176 < Heading variant = { h3 } className = { styles . platformTitle } >
177- Platform profile
177+ Platform profile
178178 </ Heading >
179179 < Text sectionText className = { styles . platformDescription } >
180180 Get the latest community events, news and updates. Most importantly, begin to look for startup
Original file line number Diff line number Diff line change @@ -330,10 +330,6 @@ a.heroLink {
330330 margin : 36px 0 ;
331331}
332332
333- .platform .gridSection img {
334- width : 100% ;
335- }
336-
337333.platform .platformTitle {
338334 text-align : center;
339335 color : white;
@@ -363,7 +359,7 @@ a.heroLink {
363359 display : grid;
364360 grid-template-columns : repeat (12 , 1fr );
365361 column-gap : 72px ;
366- max-width : 1200 px ;
362+ max-width : 100 % ;
367363 margin : 0 -36px ;
368364 width : 100% ;
369365 }
@@ -383,6 +379,8 @@ a.heroLink {
383379 flex-direction : column;
384380 justify-content : center;
385381 align-items : flex-start;
382+ max-width : 430px ;
383+ margin : 0 auto;
386384 }
387385
388386 .platform .profileColumnRight p {
@@ -400,6 +398,9 @@ a.heroLink {
400398 grid-column : span 5 ;
401399 display : flex;
402400 flex-direction : column;
401+ justify-content : center;
402+ max-width : 430px ;
403+ margin : 0 auto;
403404 }
404405
405406 .platform .opportunitiesColumnRight h3 {
You can’t perform that action at this time.
0 commit comments