Skip to content

Commit d466407

Browse files
committed
fix(Aside): 사이드바 규격 수정
1 parent 833c2cf commit d466407

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/components/common/Aside/InfomationBox.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ const InfomationBox = ({ user, isLogined }: IInfomationBoxProps) => {
6262
const Container = styled.main`
6363
${flex.CENTER};
6464
width: 100%;
65-
height: 85px;
65+
height: 100%;
6666
background-color: ${color.white};
6767
gap: 8px;
68-
padding: 0px 22px;
68+
padding: 14px 22px;
6969
border-radius: 5px;
7070
7171
@media screen and (max-width: 1074px) {

src/components/common/Aside/JoinCheckBox.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const Container = styled.section`
1919
border-radius: 5px;
2020
background-color: ${color.white};
2121
display: flex;
22-
padding: 18px 0;
22+
padding: 22px 0;
2323
justify-content: space-between;
2424
flex-direction: column;
2525
align-items: center;

src/components/common/Aside/MeisterBox.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const Container = styled.section`
3636
border-radius: 5px;
3737
background-color: ${color.white};
3838
display: flex;
39-
padding: 6px 0 6px 18px;
39+
padding: 10px 0 10px 18px;
4040
flex-direction: column;
4141
justify-content: center;
4242
gap: 6px;

0 commit comments

Comments
 (0)