Skip to content

Commit 6d2df9e

Browse files
authored
Merge pull request #29 from gitaehee/taehee1
feat: 버튼 폰트 살짝 줄임
2 parents a6096ab + b727e13 commit 6d2df9e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/src/app/vote/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ const buttonStyle = css`
137137
transition: background-color 0.2s ease-in-out;
138138
border: none;
139139
cursor: pointer;
140-
font-size: 0.735rem;
140+
font-size: 0.7rem;
141141
text-align: center;
142142
width: 100%; /* ✅ 모바일에서도 꽉 차게 */
143143
width: 172.8px;
@@ -148,7 +148,7 @@ const buttonStyle = css`
148148
149149
/* ✅ 모바일에서 버튼이 너무 크면 더 작게 조정 */
150150
@media (max-width: 600px) {
151-
font-size: 0.735rem;
151+
font-size: 0.7rem;
152152
padding: 0.6rem;
153153
width: 172.8px;
154154
}

0 commit comments

Comments
 (0)