We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a35f20 commit 6cca016Copy full SHA for 6cca016
1 file changed
src/pages/Profile/ButtonSecondary/styles.tsx
@@ -1,7 +1,7 @@
1
import { styled } from 'styled-components';
2
3
export const Button = styled.button`
4
- width: 100%;
+ width: 90%;
5
margin: 1rem auto;
6
height: 3.1rem;
7
text-align: center;
@@ -11,4 +11,5 @@ export const Button = styled.button`
11
border: 0.0625rem solid;
12
border-radius: 0.625rem;
13
padding: 0.625rem;
14
+ padding-inline: 1rem;
15
`;
0 commit comments