Skip to content

Commit

Permalink
fix day-of-weeks.component.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
acayseth committed Aug 18, 2023
1 parent fbb9a22 commit b48b794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/day-of-week/day-of-weeks.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function DayOfWeeksComponent() {

return (
<section className="flex justify-center align-middle items-center py-0.5 my-2">
<div className="w-2/4 px-5">
<div className="px-5">
<div className="grid grid-rows-7 grid-flow-col gap-4">
{dayOfWeeks.map((v) => (
<Fragment key={v.id}>
Expand Down

0 comments on commit b48b794

Please sign in to comment.