Compare commits

..

No commits in common. "31d7ad816c3e6bf6c92dfb669bd587b550cc9c56" and "f501bd02c8d2078ad54f900d0087a985c4a19291" have entirely different histories.

4 changed files with 3 additions and 4 deletions

View file

@ -9,4 +9,3 @@ pytest
httpx
argon2-cffi
psycopg2-binary
requests

View file

@ -26,7 +26,7 @@ export default function RootLayout({
<AuthProvider>
<PreferencesProvider>
<Navbar />
<main className="container mx-auto max-w-7xl px-4 sm:px-6 lg:px-8 py-6 flex-1">
<main className="container py-6 flex-1">
{children}
</main>
<Footer />

View file

@ -3,7 +3,7 @@ import Link from "next/link"
export function Footer() {
return (
<footer className="border-t py-6 md:py-8 mt-12 bg-muted/30">
<div className="container mx-auto max-w-7xl px-4 sm:px-6 lg:px-8 flex flex-col md:flex-row items-center justify-between gap-4">
<div className="container flex flex-col md:flex-row items-center justify-between gap-4">
<div className="flex flex-col gap-1 items-center md:items-start text-center md:text-left">
<span className="font-bold">Elmeg</span>
<span className="text-sm text-muted-foreground">The community archive.</span>

View file

@ -17,7 +17,7 @@ export function Navbar() {
const { user, logout } = useAuth()
return (
<header className="sticky top-0 z-50 w-full border-b bg-background/95 backdrop-blur supports-[backdrop-filter]:bg-background/60">
<div className="container mx-auto max-w-7xl px-4 sm:px-6 lg:px-8 flex h-14 items-center">
<div className="container flex h-14 items-center">
<div className="mr-4 hidden md:flex">
<Link href="/" className="mr-6 flex items-center space-x-2">
<Music className="h-6 w-6" />