docs: fix responsivness

This commit is contained in:
Bereket Engida
2024-11-23 15:30:34 +03:00
parent 4643aeae64
commit 9f3d9aa898
2 changed files with 2 additions and 2 deletions

View File

@@ -249,7 +249,7 @@ export function Builder() {
return ( return (
<Dialog> <Dialog>
<DialogTrigger asChild> <DialogTrigger asChild>
<button className="bg-stone-950 no-underline group cursor-pointer relative shadow-2xl shadow-zinc-900 rounded-sm p-px text-xs font-semibold leading-6 text-white inline-block"> <button className="bg-stone-950 no-underline group cursor-pointer relative shadow-2xl shadow-zinc-900 rounded-sm p-px text-xs font-semibold leading-6 text-white md:inline-block hidden">
<span className="absolute inset-0 overflow-hidden rounded-sm"> <span className="absolute inset-0 overflow-hidden rounded-sm">
<span className="absolute inset-0 rounded-sm bg-[image:radial-gradient(75%_100%_at_50%_0%,rgba(56,189,248,0.6)_0%,rgba(56,189,248,0)_75%)] opacity-0 transition-opacity duration-500 group-hover:opacity-100"></span> <span className="absolute inset-0 rounded-sm bg-[image:radial-gradient(75%_100%_at_50%_0%,rgba(56,189,248,0.6)_0%,rgba(56,189,248,0)_75%)] opacity-0 transition-opacity duration-500 group-hover:opacity-100"></span>
</span> </span>

View File

@@ -114,7 +114,7 @@ export default function Features({ stars }: { stars: string | null }) {
</div> </div>
))} ))}
</div> </div>
<div className="w-full border-l-2"> <div className="w-full border-l-2 hidden md:block">
<Testimonial /> <Testimonial />
</div> </div>
<div className="relative col-span-3 border-t-[1.2px] border-l-[1.2px] md:border-b-[1.2px] dark:border-b-0 h-full py-20"> <div className="relative col-span-3 border-t-[1.2px] border-l-[1.2px] md:border-b-[1.2px] dark:border-b-0 h-full py-20">