독립 페이지 하단 버튼 크기를 통일

This commit is contained in:
2026-08-31 14:55:52 +00:00
parent 7080ae5504
commit bf13dabc01
12 changed files with 126 additions and 35 deletions
@@ -461,7 +461,11 @@ const repeatTurns = async (amount: number) => {
</template>
</div>
<footer class="chief-footer legacy-bg0">
<button class="legacy-button legacy-button--navigation chief-nav" type="button" @click="router.push('/')">
<button
class="legacy-button legacy-button--navigation legacy-button--fixed-height chief-nav"
type="button"
@click="router.push('/')"
>
돌아가기
</button>
</footer>
@@ -679,7 +683,7 @@ const repeatTurns = async (amount: number) => {
padding-top: 20px;
}
.chief-footer .chief-nav {
width: 70px;
width: 88px;
}
@media (max-width: 1024px) {
@@ -690,6 +694,9 @@ const repeatTurns = async (amount: number) => {
.chief-top {
grid-template-columns: 89px 89px 1fr 0 0;
}
.chief-footer .chief-nav {
width: 87px;
}
}
/* Ref PageChiefCenter의 24 + 4×238 + 24 행렬과 500px 축소 overview 계약입니다. */