Skip to content

Commit

Permalink
updates mentioned by zak
Browse files Browse the repository at this point in the history
  • Loading branch information
BasVanDeGroep committed Jan 26, 2024
1 parent 014be4c commit dc1122a
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/components/NewNavigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ const NewNavigation = () => {
{item.label}
<ChevronDownIcon className="w-3 transition-transform group-hover:-rotate-180" />
<div className="absolute top-0 left-0 hidden pt-[72px] group-hover:block">
<div className="rounded-lg border border-new-night-800 bg-new-night-1000/80 p-2 backdrop-blur-lg">
<div className="rounded-lg border border-new-night-800 bg-new-night-1000/80 p-2 backdrop-blur-2xl lg:backdrop-blur-lg">
{item.items &&
item.items.map((item, index) => (
<div
Expand Down Expand Up @@ -265,7 +265,7 @@ const NewNavigation = () => {
duration: 0.3,
ease: "easeInOut",
}}
className="z-[800] flex h-[calc(100vh-64px)] w-full flex-col bg-new-night-1200/25 py-6 backdrop-blur-lg lg:hidden"
className="z-[800] flex h-[calc(100vh-64px)] w-full flex-col bg-new-night-1200/25 py-6 backdrop-blur-2xl lg:hidden"
>
<div className=" flex-1 space-y-6 overflow-hidden px-3 pb-3 sm:px-8">
<div className="max-h-full w-full overflow-scroll">
Expand Down
2 changes: 1 addition & 1 deletion app/components/new-landing/sections/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const Hero = () => {
return (
<div className="relative h-screen max-h-[1024px] w-screen">
<div className="container relative z-30 flex h-full flex-col justify-between pb-12 pt-32 sm:pb-20 sm:pt-48">
<h1 className="max-w-lg text-5xl font-bold leading-[105%] text-new-night-100 sm:text-8xl">
<h1 className="max-w-[240px] text-5xl font-bold leading-[105%] text-new-night-100 sm:max-w-lg sm:text-8xl">
The magic of play.
</h1>

Expand Down
2 changes: 1 addition & 1 deletion app/components/new-landing/sections/Platform.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Button from "../Button";
import { AppleIcon, PlatformGrid, WindowsIcon } from "../misc/Svgs";

import UI_IMAGE from "~/../public/img/new-landing/platform/UI.png";
import UI_IMAGE from "~/../public/img/new-landing/platform/UI.jpg";
import BADGE_IMAGE from "~/../public/img/new-landing/platform/Quest_Tile_Badge.png";
import GEM_IMAGE from "~/../public/img/new-landing/platform/gem.png";

Expand Down
Binary file modified public/img/new-landing/platform/Quest_Tile_Badge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/new-landing/platform/UI.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/img/new-landing/platform/UI.png
Binary file not shown.
Binary file modified public/img/new-landing/platform/gem.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dc1122a

Please sign in to comment.