Skip to content

Commit

Permalink
style: canvis proposats per en @marcfranquesa
Browse files Browse the repository at this point in the history
Co-authored-by: marcfranquesa <[email protected]>
  • Loading branch information
PauMatas and marcfranquesa committed Mar 24, 2024
1 parent c24e10a commit ba0b394
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,14 @@ export default async function RootLayout({
>
<body className="min-h-screen pt-12 bg-slate-50 antialiased">
<Providers>
{/* @ts-expect-error server component */}
<Navbar />

{authModal}

<div className="container max-w-7xl mx-auto h-full pt-12">
{children}
<div className="min-h-screen">
{/* @ts-expect-error server component */}
<Navbar />
<div className="container max-w-7xl mx-auto h-full pt-12">
{children}
</div>
</div>

<Toaster />
Expand Down
2 changes: 1 addition & 1 deletion src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const Footer = async () => {
</div>
</div>
<div className="overflow-hidden h-fit col-span-2">
<div className="grid grid-cols-1 md:grid-cols-4 gap-y-4 md:gap-x-4">
<div className="grid grid-cols-2 md:grid-cols-8 gap-y-4 md:gap-x-4">
{unique_semesters.map((semester, index) => {
return (
<div
Expand Down

0 comments on commit ba0b394

Please sign in to comment.