Adjust upload button height

This commit is contained in:
DESKTOP-KSVGT20\shkim
2026-05-11 00:24:55 +09:00
parent 9489bfa5d6
commit 23b3e1ea4e
+1 -1
View File
@@ -167,7 +167,7 @@ h1 {
display: grid; display: grid;
place-items: center; place-items: center;
width: 100%; width: 100%;
min-height: clamp(68px, 12vw, 86px); min-height: clamp(60px, 12vw, 80px);
border: 0; border: 0;
border-radius: 7px; border-radius: 7px;
padding: 15px 24px; padding: 15px 24px;