We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c994350 commit 50bc148Copy full SHA for 50bc148
src/pages/Price/Price.css
@@ -110,7 +110,7 @@
110
align-items: center;
111
}
112
113
-.planContainer > div {
+.planset {
114
width: 100%;
115
display: flex;
116
flex-direction: column;
@@ -348,4 +348,4 @@
348
.planContainer {
349
padding: 0 10px;
350
351
-}
+}
src/pages/Price/Price.jsx
@@ -35,7 +35,7 @@ function Price() {
35
<div className="planContainer">
36
{/* 월 결제 */}
37
{!isYearly ? (
38
- <div>
+ <div className='planset'>
39
<div
40
className={`largePlanBox ${selectedPlan === 'light' ? 'planBoxSelected' : ''}`}
41
onClick={() => handlePlanClick('light')}
0 commit comments