Skip to content

Commit 23b3f79

Browse files
authored
Merge pull request #3 from Andrew-Rivera/main
Cursorify Website Responsive Issues Fixed.
2 parents 888d7f5 + 7c1d2df commit 23b3f79

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/pages/cursors/_components/styles.module.css

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
border-radius: 12px;
44
height: 120px;
55
display: flex;
6+
flex-wrap: wrap;
67
justify-content: center;
78
align-items: center;
89
}

src/pages/index.style.ts

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ const StyledWrapper = styled.div`
5555
.window > .content > .title > h2 {
5656
font-weight: 500;
5757
color: ${OpenColor.gray[1]};
58+
text-align: center;
5859
}
5960
.window > .content > .title > .description {
6061
color: ${OpenColor.gray[5]};

0 commit comments

Comments
 (0)