We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c81d519 commit 2ffd9f6Copy full SHA for 2ffd9f6
src/pages/LoginPage.tsx
@@ -8,7 +8,8 @@ const Container = styled.div`
8
box-shadow: 0 3px 6px #00000029;
9
margin: auto;
10
margin-top: 50px;
11
- width: 448px;
+ max-width: 448px;
12
+ width: 100%;
13
padding: 30px;
14
border: 1px solid #000000;
15
src/pages/TodoPage.tsx
0 commit comments