We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a694d40 commit 37b7aebCopy full SHA for 37b7aeb
src/components/Controls.js
@@ -3,5 +3,6 @@ const Controls = styled.div`
3
display: flex;
4
margin-top: 24px;
5
align-items: center;
6
+ justify-content: center;
7
`
8
export default Controls
0 commit comments