Skip to content

Commit

Permalink
Merge pull request #3 from Andrew-Rivera/main
Browse files Browse the repository at this point in the history
Cursorify Website Responsive Issues Fixed.
  • Loading branch information
morethanmin authored May 1, 2024
2 parents 888d7f5 + 7c1d2df commit 23b3f79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/cursors/_components/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
border-radius: 12px;
height: 120px;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
Expand Down
1 change: 1 addition & 0 deletions src/pages/index.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ const StyledWrapper = styled.div`
.window > .content > .title > h2 {
font-weight: 500;
color: ${OpenColor.gray[1]};
text-align: center;
}
.window > .content > .title > .description {
color: ${OpenColor.gray[5]};
Expand Down

0 comments on commit 23b3f79

Please sign in to comment.