Skip to content

Commit

Permalink
🎨 Smaller footer
Browse files Browse the repository at this point in the history
  • Loading branch information
perdy committed Mar 4, 2025
1 parent de6f7c5 commit 8007e9a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/src/apps/debug/error_404.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function Page() {
return (
<div>
<Menu />
<div className="mt-[calc(3.5rem+1px)] h-[calc(100vh-9.5rem-2px)] overflow-auto">
<div className="mt-[calc(3.5rem+1px)] h-[calc(100vh-6.5rem-2px)] overflow-auto">
<header>
<Section id="error" border={false}>
<ErrorTitle error="Not Found" path={request.path} method={request.method} />
Expand Down
2 changes: 1 addition & 1 deletion templates/src/apps/debug/error_500.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function Page() {
return (
<div>
<Menu />
<div className="mt-[calc(3.5rem+1px)] h-[calc(100vh-9.5rem-2px)] overflow-auto">
<div className="mt-[calc(3.5rem+1px)] h-[calc(100vh-6.5rem-2px)] overflow-auto">
<header>
<Section id="error" border={false}>
<ErrorTitle
Expand Down
2 changes: 1 addition & 1 deletion templates/src/ui/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const social: Social[] = [
export default function Footer() {
return (
<footer>
<div className="border-vortico-500/50 border-t px-4 py-8 sm:px-6 md:px-8">
<div className="border-vortico-500/50 border-t px-4 py-2 sm:px-6 md:px-8">
<div className="mx-auto flex max-w-7xl items-center justify-between">
<a href="https://vortico.tech">
<Logo logo="vortico" color="vortico" size="lg" />
Expand Down

0 comments on commit 8007e9a

Please sign in to comment.