Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ const Home = () => (
</div>
<div className={styles.profileColumnRight}>
<Heading variant={h3} className={styles.platformTitle}>
Platform profile
Platform profile
</Heading>
<Text sectionText className={styles.platformDescription}>
Get the latest community events, news and updates. Most importantly, begin to look for startup
Expand Down
11 changes: 6 additions & 5 deletions styles/Home.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -330,10 +330,6 @@ a.heroLink {
margin: 36px 0;
}

.platform .gridSection img {
width: 100%;
}

.platform .platformTitle {
text-align: center;
color: white;
Expand Down Expand Up @@ -363,7 +359,7 @@ a.heroLink {
display: grid;
grid-template-columns: repeat(12, 1fr);
column-gap: 72px;
max-width: 1200px;
max-width: 100%;
margin: 0 -36px;
width: 100%;
}
Expand All @@ -383,6 +379,8 @@ a.heroLink {
flex-direction: column;
justify-content: center;
align-items: flex-start;
max-width: 430px;
margin: 0 auto;
}

.platform .profileColumnRight p {
Expand All @@ -400,6 +398,9 @@ a.heroLink {
grid-column: span 5;
display: flex;
flex-direction: column;
justify-content: center;
max-width: 430px;
margin: 0 auto;
}

.platform .opportunitiesColumnRight h3 {
Expand Down