Skip to content

Commit 50bc148

Browse files
committed
�� Style: ���� �곌껐�� ui ��
1 parent c994350 commit 50bc148

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/pages/Price/Price.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
align-items: center;
111111
}
112112

113-
.planContainer > div {
113+
.planset {
114114
width: 100%;
115115
display: flex;
116116
flex-direction: column;
@@ -348,4 +348,4 @@
348348
.planContainer {
349349
padding: 0 10px;
350350
}
351-
}
351+
}

src/pages/Price/Price.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function Price() {
3535
<div className="planContainer">
3636
{/* 월 결제 */}
3737
{!isYearly ? (
38-
<div>
38+
<div className='planset'>
3939
<div
4040
className={`largePlanBox ${selectedPlan === 'light' ? 'planBoxSelected' : ''}`}
4141
onClick={() => handlePlanClick('light')}

0 commit comments

Comments
 (0)