Skip to content

Commit

Permalink
refine homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
ttran293 committed May 3, 2022
1 parent 38e012d commit b424c3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Hero.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const Wrapper = styled.section`
}
@media (min-width: 992px) {
height: calc(100vh - 5rem);
grid-template-columns: 1fr 1fr;
grid-template-columns: 0.5fr 1fr;
gap: 8rem;
h1 {
Expand Down
2 changes: 1 addition & 1 deletion src/components/Hero3.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const Wrapper = styled.section`
font-size: 1rem;
}
@media (min-width: 992px) {
height: calc(100vh - 5rem);
height: calc(100vh - 15rem);
grid-template-columns: 1fr 1fr;
gap: 8rem;
Expand Down

1 comment on commit b424c3f

@vercel
Copy link

@vercel vercel bot commented on b424c3f May 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ttp-company – ./

ttp-company.vercel.app
ttp-company-git-main-ttran293.vercel.app
ttp-company-ttran293.vercel.app

Please sign in to comment.