Skip to content

Commit

Permalink
fix: music room calendar appearance
Browse files Browse the repository at this point in the history
  • Loading branch information
danmaninc committed Mar 3, 2024
1 parent a465eb1 commit 11ab8e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/music-room/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export default function Page() {
</div>
</div>
<h2 className="my-4 text-3xl font-medium">Booking calendar</h2>
<div className="@lg/content:-mx-8">
<div className="@2xl/content:-mx-8">
<Calendar
urls={[
`${EVENTS_API_URL}/music-room.ics`,
Expand Down

0 comments on commit 11ab8e7

Please sign in to comment.