Skip to content

Commit

Permalink
cool
Browse files Browse the repository at this point in the history
  • Loading branch information
stormyy00 committed Dec 22, 2024
1 parent 21f7d68 commit 8d07a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/calendar/Calendar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const CalendarCall = () => {
selected={date}
onSelect={setDate}
events={proppedEvents}
className="mb-[20vh] ml-[16.5vw] w-[67vw] text-black"
className="ml-[16.5vw] w-[67vw] text-black md:mb-[20vh]"
/>
</div>
</div>
Expand Down

0 comments on commit 8d07a31

Please sign in to comment.