Skip to content

Commit

Permalink
Center event items
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffplays2005 committed Oct 27, 2024
1 parent a921b2a commit 08156b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const AdminEventView = ({
const [mode, setMode] = useState<EventViewModes>("view-all-events")

return (
<div className="flex w-full flex-col">
<div className="flex w-full flex-col items-center">
<span className="flex w-full flex-col items-center sm:flex-row">
<h2 className="text-dark-blue-100 italic">Events</h2>
<div className="sm:ml-auto">
Expand Down

0 comments on commit 08156b3

Please sign in to comment.