Refactor various components and configuration for mobile responsiveness. (#1679)

This commit is contained in:
Bram Suurd
2025-01-22 20:36:51 +01:00
committed by GitHub
parent 3b14ea76ad
commit 2ba35bbee5
4 changed files with 191 additions and 196 deletions

View File

@@ -5,7 +5,7 @@ export default function Footer() {
return (
<div className="supports-backdrop-blur:bg-background/90 mt-auto flex border-t border-border bg-background/40 py-6 backdrop-blur-lg">
<div className="flex w-full justify-between">
<div className="mx-6 w-full max-w-7xl text-sm text-muted-foreground">
<div className="mx-6 w-full max-w-7xl text-xs sm:text-sm text-muted-foreground">
Website built by the community. The source code is avaliable on{" "}
<Link
href={`https://github.com/community-scripts/${basePath}`}