Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
AykutSarac authored Oct 9, 2023
1 parent a1d17be commit 72f7c3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const Right = styled.div`
position: absolute;
top: 0;
right: 0;
transform: translate(20em, 10em) rotate(3deg);
transform: translate(20em, 15em) rotate(3deg);
width: 80%;
filter: blur(1px);
user-select: none;
Expand All @@ -99,7 +99,7 @@ const StyledHeroText = styled.p`
font-size: 18px;
color: #5e656b;
font-weight: 600;
max-width: 50%;
max-width: 600px;
@media only screen and (max-width: 600px) {
max-width: 100%;
Expand Down

0 comments on commit 72f7c3d

Please sign in to comment.