Skip to content

Commit 96d2605

Browse files
committed
chore: 마이페이지 자가진단 버튼 위치 조절
1 parent 748c1f4 commit 96d2605

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/myPage/HouseholdFinanceInfo.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,15 @@ function goToDiagnosis() {
8282
<style scoped>
8383
/* 📦 동일한 스타일로 맞춤 */
8484
.info-section {
85+
position: relative; /* ✅ 추가 */
8586
max-width: 800px;
8687
margin: 0 auto;
8788
padding: 1.5rem 1.5rem;
8889
border-radius: 14px;
8990
background-color: #f9f9f9;
9091
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
9192
font-family: 'Pretendard', sans-serif;
93+
min-height: 250px; /* ✅ 높이 부족할 수 있으니 추가 */
9294
}
9395
9496
/* 📝 타이틀 */
@@ -172,6 +174,7 @@ function goToDiagnosis() {
172174
transition: all 0.3s ease;
173175
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
174176
}
177+
175178
.center-button:hover {
176179
background-color: #198754;
177180
color: white;

0 commit comments

Comments
 (0)