We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 888d7f5 + 7c1d2df commit 23b3f79Copy full SHA for 23b3f79
src/pages/cursors/_components/styles.module.css
@@ -3,6 +3,7 @@
3
border-radius: 12px;
4
height: 120px;
5
display: flex;
6
+ flex-wrap: wrap;
7
justify-content: center;
8
align-items: center;
9
}
src/pages/index.style.ts
@@ -55,6 +55,7 @@ const StyledWrapper = styled.div`
55
.window > .content > .title > h2 {
56
font-weight: 500;
57
color: ${OpenColor.gray[1]};
58
+ text-align: center;
59
60
.window > .content > .title > .description {
61
color: ${OpenColor.gray[5]};
0 commit comments