style: spacings...

This commit is contained in:
utin-francis-peter
2024-06-28 20:19:01 +01:00
parent a16e83200a
commit bbb1e22163
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -191,7 +191,7 @@ export default function Conversation() {
};
return (
<div className="flex h-screen flex-col gap-7">
<div className="flex h-screen flex-col gap-7 pb-2">
<div
onWheel={handleUserInterruption}
onTouchMove={handleUserInterruption}