Skip to content

Commit

Permalink
fix(events): minor style change
Browse files Browse the repository at this point in the history
  • Loading branch information
jsun969 committed Feb 11, 2024
1 parent 91edcd9 commit aca2e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/events/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import Info from './Info';
export default function EventsPage() {
return (
<main className="relative grid grid-cols-5 gap-y-12 text-lg md:text-xl">
<Info className="col-span-5 border-white md:col-span-2 md:mb-0 md:border-r-4 md:pr-4" />
<Info className="col-span-5 border-white md:col-span-2 md:border-r-4 md:pr-4" />
<FridayNight className="order-3 col-span-5 md:order-2 md:col-span-3 md:pl-8" />
<Events className="order-2 col-span-5 md:order-3" />
<div className="absolute -z-10 mt-8 hidden space-y-44 md:block">
Expand Down

0 comments on commit aca2e61

Please sign in to comment.