Skip to content

Commit

Permalink
Merge branch 'main' into prod
Browse files Browse the repository at this point in the history
  • Loading branch information
Animeshdj committed Oct 18, 2024
2 parents b67b7a1 + 8b02cc2 commit d916466
Show file tree
Hide file tree
Showing 11 changed files with 156 additions and 483 deletions.
12 changes: 6 additions & 6 deletions app/shows/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@ const eventDetails = [
date: "October 24",
image: tyd,
},
{
title: "BOLLYWOOD NITE",
name: "VISHAL MISHRA",
date: "October 26",
image: vm,
},
{
title: "HIP HOP NITE",
name: "SEEDHE MAUT",
date: "October 25",
image: sm,
},
{
title: "BOLLYWOOD NITE",
name: "VISHAL MISHRA",
date: "October 26",
image: vm,
},
];

const Shows = () => {
Expand Down
4 changes: 2 additions & 2 deletions app/shows/profshow.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
}
}

.eventImage1 {
.eventImage2 {
left: -45%;
top: -35%;
scale: 0.65;
Expand Down Expand Up @@ -285,7 +285,7 @@
transform: translate(-45%, -12.5%);
}
}
.eventImage2 {
.eventImage1 {
left: -50%;
top: -40%;
scale: 0.7;
Expand Down
Loading

0 comments on commit d916466

Please sign in to comment.