File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -62,13 +62,13 @@ function LandingPage() {
6262 < div className = "z-10 flex gap-3 mb-47 sm:mb-64" >
6363 < button
6464 onClick = { ( ) => navigate ( "/ask" ) }
65- className = "cursor-pointer flex rounded-full items-center justify-center bg-white sm:w-54 w-28 h-8 sm:h-13 text-[#242628] sm:text-xl font-semibold"
65+ className = "cursor-pointer flex rounded-full items-center justify-center bg-white sm:w-54 w-30 h-10 sm:h-13 text-[#242628] sm:text-xl font-semibold"
6666 >
6767 개인 플랜 문의
6868 </ button >
6969 < button
7070 onClick = { ( ) => navigate ( "/ask" ) }
71- className = "flex items-center justify-center h-8 font-semibold text-white bg-transparent border border-white rounded-full cursor-pointer sm:text-xl sm:w-54 w-28 sm:h-13"
71+ className = "flex items-center justify-center h-10 font-semibold text-white bg-transparent border border-white rounded-full cursor-pointer sm:text-xl sm:w-54 w-30 sm:h-13"
7272 >
7373 기업 플랜 문의
7474 </ button >
@@ -272,13 +272,13 @@ function LandingPage() {
272272 < div className = "z-10 flex gap-3" >
273273 < button
274274 onClick = { ( ) => navigate ( "/ask" ) }
275- className = "cursor-pointer flex rounded-full items-center justify-center bg-white sm:w-54 w-28 h-8 sm:h-13 text-[#242628] sm:text-xl font-semibold"
275+ className = "cursor-pointer flex rounded-full items-center justify-center bg-white sm:w-54 w-30 h-10 sm:h-13 text-[#242628] sm:text-xl font-semibold"
276276 >
277277 개인 플랜 문의
278278 </ button >
279279 < button
280280 onClick = { ( ) => navigate ( "/ask" ) }
281- className = "flex items-center justify-center h-8 font-semibold text-white bg-transparent border border-white rounded-full cursor-pointer sm:text-xl sm:w-54 w-28 sm:h-13"
281+ className = "flex items-center justify-center h-10 font-semibold text-white bg-transparent border border-white rounded-full cursor-pointer sm:text-xl sm:w-54 w-30 sm:h-13"
282282 >
283283 기업 플랜 문의
284284 </ button >
You can’t perform that action at this time.
0 commit comments