Skip to content

Commit

Permalink
adjust graphics
Browse files Browse the repository at this point in the history
  • Loading branch information
konfig-bot committed Oct 20, 2023
1 parent 68192a0 commit a6626f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions konfigthis.com/src/components/OurProducts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ export function OurProducts() {
product="Docs"
description="Generate beautiful documentation for your API"
className="bg-gradient-to-b hover:bg-gradient-to-br"
graphicClassName="xl:-top-10 xl:right-1/2 xl:left-auto xl:translate-x-1/2 -bottom-5 -left-5"
graphicClassName="xl:-top-10 xl:right-1/2 xl:left-auto xl:translate-x-1/2 -bottom-8 -left-5"
Icon={IconBook2}
scrollTo="docs"
/>
<Product
product="Demos & Tutorials"
description="Build engaging demos and tutorials for your API"
className="bg-gradient-to-bl hover:bg-gradient-to-br"
graphicClassName="-bottom-5 -right-3 xl:-top-10 rounded-full"
graphicClassName="-bottom-8 -right-3 xl:-top-10 rounded-full"
Icon={IconTerminal2}
scrollTo="demos"
/>
Expand Down Expand Up @@ -66,7 +66,7 @@ function Product({
onClick={() => scrollIntoView(scrollTo)}
className={clsx(
className,
"shadow-lg hover:shadow-xl",
"shadow-lg hover:shadow-xl border",
"z-10 relative from-white to-gray-50 hover:to-gray-100 p-8 w-full xl:w-80 group rounded-xl border-solid border-gray-100 transition-all hover:scale-[1.01] bg-white"
)}
>
Expand Down

0 comments on commit a6626f3

Please sign in to comment.