Skip to content

Commit

Permalink
background grid
Browse files Browse the repository at this point in the history
  • Loading branch information
barchakuz committed May 11, 2024
1 parent aa2cf6a commit 7ca17a9
Show file tree
Hide file tree
Showing 4 changed files with 20,115 additions and 4,865 deletions.
2 changes: 1 addition & 1 deletion app/components/MusicSchoolCards.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const musicSchoolTestimonials = [

function MusicSchoolCards() {
return (
<div className="h-[40rem] w-full dark:bg-black dark:bg-grid-white/[0.2] relative flex flex-col items-center justify-center overflow-hidden">
<div className="h-[50rem] w-full dark:bg-black bg-white dark:bg-dot-white/[0.2] bg-dot-black/[0.2] relative flex items-center justify-center">
<h2 className="text-3xl font-bold text-center mb-8 z-10">Hear our Harmony: Voices of success</h2>
<div className="flex justify-center w-full overflow-hidden px-4 sm:px-6 lg:px-8">
<div className="w-full max-w-6xl">
Expand Down
Loading

0 comments on commit 7ca17a9

Please sign in to comment.