Skip to content

Commit d760cec

Browse files
Platform section second itteration (#146)
* White space change to kick off build * Adjust CSS to address design feedback
1 parent c5d3d48 commit d760cec

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

styles/Home.module.css

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff 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: 1200px;
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 {

0 commit comments

Comments
 (0)