Skip to content

Commit

Permalink
feat: more tweaking
Browse files Browse the repository at this point in the history
  • Loading branch information
yjose committed Jan 21, 2025
1 parent 5b5546e commit 9c6b046
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Link from "next/link";
export const Hero = () => {
return (
<>
<div className="relative flex flex-col justify-end pt-8 mb-0 min-h-[calc(100svh-90px)]">
<div className="relative flex flex-col justify-end pt-8 mb-0 md:min-h-[calc(100svh-190px)] min-h-[calc(100svh-90px)]">
<Background />
<div className="relative z-10 flex-1 mx-auto max-w-screen-lg md:max-w-screen-xl py-8 flex flex-col justify-center items-center md:px-8 px-4">
<div className="mx-auto flex flex-1 flex-col items-center w-full max-w-[750px] ">
Expand Down
2 changes: 1 addition & 1 deletion components/tracks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const tracks = [

export const Tracks = () => {
return (
<section id="tracks" className="py-16 pt-0 md:pt-8 lg:pt-24 xl:pt-96">
<section id="tracks" className="py-16 pt-0 md:pt-4 lg:pt-8 xl:pt-96">
<div className="mx-auto max-w-screen-xl mb-10 pt-8 md:mb-16 md:px-8 px-4">
<div className="mx-auto ">
<Image
Expand Down

0 comments on commit 9c6b046

Please sign in to comment.