upd
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
interface ISkygardenDescriptionProps {}
|
||||
|
||||
const SkygardenDescription = () => {
|
||||
return (
|
||||
<div
|
||||
className={`bg-white rounded-lg p-6 flex flex-col gap-4 transition-all duration-300 ease-in-out absolute`}
|
||||
className={`bg-white rounded-lg p-6 flex flex-col gap-4 transition-all duration-300 ease-in-out absolute w-[364px]`}
|
||||
>
|
||||
<div className="relative">
|
||||
<div className="flex justify-between border-b pb-4">
|
||||
|
||||
Reference in New Issue
Block a user