Skip to content

Commit

Permalink
style: header refinements
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrobertbrooks committed Jun 27, 2024
1 parent 76367ab commit 5ae4b27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/calendar/Heading.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const Heading = ({ date }: Props) => {

return (
<h1 className="text-3xl">
<span className="fw-bold">{monthName}</span> {fullYear}
<span className="font-bold">{monthName}</span> {fullYear}
</h1>
);
};
Expand Down
2 changes: 1 addition & 1 deletion src/pages/calendar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const CalendarPage = () => {
return (
<>
<div className="container flex flex-col h-screen mx-auto p-3">
<div className="flex justify-center">
<div className="flex justify-center mb-3 md:mb-0">
<ViewToggle />
</div>
<div className="flex justify-between items-center mb-2">
Expand Down

0 comments on commit 5ae4b27

Please sign in to comment.