fix: no safe-area for iOS browser, input not fixed

This commit is contained in:
Siddhant Rai
2024-08-05 19:05:34 +05:30
parent bd5fa83fe0
commit 22b7445ac4
3 changed files with 8 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ export default function Hero({
}>;
return (
<div
className={`mt-16 mb-4 flex w-full flex-col justify-end text-black-1000 dark:text-bright-gray sm:w-full lg:mt-6`}
className={`mb-1 mt-16 flex w-full flex-col justify-end text-black-1000 dark:text-bright-gray sm:w-full md:mb-10 lg:mt-6`}
>
<div className="flex h-full w-full flex-col items-center justify-center">
<div className="flex items-center">