diff --git a/app/components/Button.tsx b/app/components/Button.tsx index 775b5e9..e3a095c 100644 --- a/app/components/Button.tsx +++ b/app/components/Button.tsx @@ -8,7 +8,7 @@ export default function Button({ name, link, variant = 'primary' }: ButtonProps) const variantStyles = { primary: "h-10 w-full rounded-lg border border-solid border-black text-sm font-medium uppercase mobile:mt-1 tablet:mt-2", secondary: "mt-6 h-10 w-2/5 rounded-lg border border-solid border-black text-sm font-medium mobile:mt-8 mobile:w-full tablet:w-full desktop:-ml-4", - inverted: "ml-auto mr-2 h-12 rounded-lg bg-black px-10 font-helvetica-now font-bold text-white flex items-center justify-center" + inverted: "ml-auto mr-2 h-12 rounded-lg bg-black px-10 font-helvetica-now font-bold text-white flex items-center justify-center smobile:px-8" } return ( diff --git a/app/components/Carousel.tsx b/app/components/Carousel.tsx index e5093c5..cb092dc 100644 --- a/app/components/Carousel.tsx +++ b/app/components/Carousel.tsx @@ -52,7 +52,7 @@ export default function Carousel() { {/* Content block */}
{/* Title */} -
+
Currently working on
{/* Spacer */} diff --git a/app/components/Header.tsx b/app/components/Header.tsx index 2dcbbe7..90e5fe2 100644 --- a/app/components/Header.tsx +++ b/app/components/Header.tsx @@ -7,7 +7,7 @@ export default function Header() {
{/* Branding Text */} -
Zufall Labs
+
Zufall Labs
{/* Middle Accents */} @@ -17,7 +17,7 @@ export default function Header() {
{/* GitHub Button */} -