Skip to content

Commit

Permalink
Merge pull request #28 from Moaguide-develop/feat/find
Browse files Browse the repository at this point in the history
fix: findemail 100dvh
  • Loading branch information
jiohjung98 authored Sep 20, 2024
2 parents 6aff4e4 + 7ae652d commit 3968775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/find/FindEmail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ const FindEmail = () => {
}, [isError]);

return (
<div className='min-h-[calc(100vh-220px)] flex flex-col items-center justify-between w-[340px] sm:min-h-0 sm:justify-center'>
<div className='min-h-[calc(100dvh-220px)] flex flex-col items-center justify-between w-[340px] sm:min-h-0 sm:justify-center'>
{!showUserEmail && (
<><section className="w-full mx-auto mt-[30px]">
<div className="text-heading3">
Expand Down

0 comments on commit 3968775

Please sign in to comment.