We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a6096ab + b727e13 commit 6d2df9eCopy full SHA for 6d2df9e
1 file changed
frontend/src/app/vote/page.tsx
@@ -137,7 +137,7 @@ const buttonStyle = css`
137
transition: background-color 0.2s ease-in-out;
138
border: none;
139
cursor: pointer;
140
- font-size: 0.735rem;
+ font-size: 0.7rem;
141
text-align: center;
142
width: 100%; /* ✅ 모바일에서도 꽉 차게 */
143
width: 172.8px;
@@ -148,7 +148,7 @@ const buttonStyle = css`
148
149
/* ✅ 모바일에서 버튼이 너무 크면 더 작게 조정 */
150
@media (max-width: 600px) {
151
152
padding: 0.6rem;
153
154
}
0 commit comments