Skip to content

Commit

Permalink
fix clouds bg merge for schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaskar1001101 committed Jun 19, 2024
1 parent 14d1a51 commit e30d5ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/Schedule/Schedule.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ function Schedule() {
<div
id="schedule"
name="schedule"
className="w-screen py-10 bg-[#040842] font-vt323 bg-no-repeat"
className="w-screen py-10 bg-transparent font-vt323 bg-no-repeat"
style={{
backgroundImage: `url('/src/assets/images/discord/stars.svg')`,
backgroundPosition: `${50 + bgPosition.x}% ${50 + bgPosition.y}%`,
backgroundSize: 'cover',
// backgroundImage: `url('/src/assets/images/discord/stars.svg')`,
// backgroundPosition: `${50 + bgPosition.x}% ${50 + bgPosition.y}%`,
// backgroundSize: 'cover',
}}
>
<div className='max-w-[1280px] md:mx-8 lg:mx-12 xl:mx-auto'>
Expand Down

0 comments on commit e30d5ba

Please sign in to comment.