diff --git a/frontend/app/about/page.tsx b/frontend/app/about/page.tsx index c27dc47..c929106 100644 --- a/frontend/app/about/page.tsx +++ b/frontend/app/about/page.tsx @@ -88,7 +88,7 @@ export default function AboutPage() { {/* Footer Note */}

- "The music is the message, the archive is the home." + "Built by the flock, for the flock."

diff --git a/frontend/app/globals.css b/frontend/app/globals.css index 0c2ec91..3211cd1 100644 --- a/frontend/app/globals.css +++ b/frontend/app/globals.css @@ -120,30 +120,4 @@ body { @apply bg-background text-foreground; } -} - -/* Container constraints for large screens */ -@layer utilities { - .container { - width: 100% !important; - max-width: 1280px !important; - margin-left: auto !important; - margin-right: auto !important; - padding-left: 1.5rem !important; - padding-right: 1.5rem !important; - } -} - -@media (min-width: 640px) { - .container { - padding-left: 2rem !important; - padding-right: 2rem !important; - } -} - -@media (min-width: 1024px) { - .container { - padding-left: 4rem !important; - padding-right: 4rem !important; - } } \ No newline at end of file diff --git a/frontend/app/layout.tsx b/frontend/app/layout.tsx index 7d38d5f..10c5554 100644 --- a/frontend/app/layout.tsx +++ b/frontend/app/layout.tsx @@ -26,10 +26,7 @@ export default function RootLayout({ -
+
{children}