Skip to content

Commit

Permalink
fix events section
Browse files Browse the repository at this point in the history
  • Loading branch information
itskdhere committed Oct 27, 2024
1 parent 4b233d7 commit 09332ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Events/Events.module.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.container {
background: linear-gradient(90deg, #272626 22%, #25424a 68%, #37616c 84%);
max-width: 100vw;
margin: 0;
padding: rem(15px) calc(var(--mantine-spacing-xl) * 4) rem(100px)
calc(var(--mantine-spacing-xl) * 4);
Expand Down

0 comments on commit 09332ad

Please sign in to comment.