Skip to content

Commit 2ffd9f6

Browse files
committed
style: update width
1 parent c81d519 commit 2ffd9f6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/pages/LoginPage.tsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ const Container = styled.div`
88
box-shadow: 0 3px 6px #00000029;
99
margin: auto;
1010
margin-top: 50px;
11-
width: 448px;
11+
max-width: 448px;
12+
width: 100%;
1213
padding: 30px;
1314
border: 1px solid #000000;
1415

src/pages/TodoPage.tsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ const Container = styled.div`
88
box-shadow: 0 3px 6px #00000029;
99
margin: auto;
1010
margin-top: 50px;
11-
width: 448px;
11+
max-width: 448px;
12+
width: 100%;
1213
padding: 30px;
1314
border: 1px solid #000000;
1415

0 commit comments

Comments
 (0)