Skip to content

Commit

Permalink
fixed ui
Browse files Browse the repository at this point in the history
  • Loading branch information
Sourabh782 committed Oct 12, 2024
1 parent 2f1ee7e commit 5da148b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/web/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const alata = Montserrat({
});
function Footer() {
return (
<div className="w-full bg-slate-900 dark:bg-grid-white/[0.2] bg-grid-black/[0.2] relative flex items-center justify-center pb-10">
<div className="w-full bg-slate-900 h-[50vh] dark:bg-grid-white/[0.2] bg-grid-black/[0.2] relative flex items-center justify-center pb-10">
<div className="absolute pointer-events-none inset-0 flex items-center justify-center bg-black [mask-image:radial-gradient(ellipse_at_center,transparent_20%,black)]"></div>
<footer className="bg-transparent rounded-lg m-4 mx-auto w-[80%] z-10 flex items-center justify-center">
<div className="w-full max-w-screen-xl mx-auhref p-4 md:py-8">
Expand Down
2 changes: 1 addition & 1 deletion apps/web/components/ui/infinite-effect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const GoogleGeminiEffect = ({
className?: string;
}) => {
return (
<div className={cn("sticky top-80 z-10", className)}>
<div className={cn("sticky top-48 z-10", className)}>
<p className="text-4xl font-extrabold md:text-7xl sm:font-normal pb-4 text-center bg-clip-text text-transparent bg-gradient-to-b from-neutral-100 to-neutral-300">
{title || `Build with Create My API`}
</p>
Expand Down

0 comments on commit 5da148b

Please sign in to comment.