Skip to content

Commit

Permalink
fixed spacing between rows
Browse files Browse the repository at this point in the history
  • Loading branch information
Sahaj-IBM committed Jul 9, 2024
1 parent 39af4c4 commit 49f5dad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions src/app/home/_landing-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@

.project-col {
display: flex;
padding-bottom: 2rem;
}

.subheading-text {
Expand Down
3 changes: 0 additions & 3 deletions src/app/home/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@ export default function LandingPage() {
<h4 className='subheading-text'>Recently published projects from the Client Engineering Team</h4>
</Column>
<RecentProjectsTiles data={recentRepos.slice(0, 3)}></RecentProjectsTiles>
</Row>

<Row condensed className='row-padding'>
<Column lg={4} md={2} sm={1}></Column> {}
<RecentProjectsTiles data={recentRepos.slice(3, 6)}></RecentProjectsTiles>
</Row>
Expand Down

0 comments on commit 49f5dad

Please sign in to comment.