Skip to content

Commit 3398fca

Browse files
committed
πŸ’„ design(#72): Letter μ»΄ν¬λ„ŒνŠΈ λ°˜μ‘ν˜• 되게 μˆ˜μ •
1 parent 0004155 commit 3398fca

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

β€Žsrc/app/letter/preview/page.tsxβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ const Container = styled.div`
180180
`;
181181

182182
const Column = styled.div`
183+
width: 100%;
183184
display: flex;
184185
flex-direction: column;
185186
align-items: center;
@@ -196,6 +197,7 @@ const Label = styled.div`
196197
`;
197198

198199
const LetterWrapper = styled.div`
200+
width: 100%;
199201
display: flex;
200202
flex-direction: column;
201203
justify-content: center;

β€Žsrc/app/send/preview/page.tsxβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ const Container = styled.div`
150150
`;
151151

152152
const Column = styled.div`
153+
width: 100%;
153154
display: flex;
154155
flex-direction: column;
155156
align-items: center;
@@ -166,6 +167,7 @@ const Label = styled.div`
166167
`;
167168

168169
const LetterWrapper = styled.div`
170+
width: 100%;
169171
display: flex;
170172
flex-direction: column;
171173
justify-content: center;

β€Žsrc/components/letter/Letter.tsxβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,6 @@ const Container = styled.div<{
264264
height: auto;
265265
padding: ${({ $padding }) => ($padding ? $padding : "34px")};
266266
max-width: ${({ $width }) => ($width ? $width : "345px")};
267-
min-width: ${({ $width }) => ($width ? $width : "345px")};
268267
max-height: ${({ $height }) => ($height ? $height : "349px")};
269268
min-height: ${({ $height }) => ($height ? $height : "349px")};
270269
background-image: ${({ $templateType }) =>

0 commit comments

Comments
Β (0)