File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import Link from "next/link";
4
4
const Footer = ( ) => {
5
5
return (
6
6
< footer className = "relative w-full border-border border-t font-mono" >
7
- < div className = "px-4 py-12 sm:px-6" >
7
+ < div className = "mx-auto max-w-7xl px-4 py-12 sm:px-6" >
8
8
< div className = "mb-12 grid gap-8 md:grid-cols-3" >
9
9
< div >
10
10
< h3 className = "mb-4 flex items-center gap-2 font-semibold text-base text-foreground" >
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ export default function Navbar() {
94
94
: "border-transparent border-b bg-transparent" ,
95
95
) }
96
96
>
97
- < div className = "flex h-16 items-center justify-between px-4 sm:px-6 lg:px-8" >
97
+ < div className = "mx-auto flex h-16 max-w-7xl items-center justify-between px-4 sm:px-6 lg:px-8" >
98
98
< Link href = "/" className = "flex flex-shrink-0 items-center gap-2" >
99
99
< Image
100
100
src = "/logo.svg"
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ export default function HomePage() {
133
133
return (
134
134
< div className = "terminal-scanlines min-h-screen bg-background font-mono" >
135
135
< Navbar />
136
- < main className = "terminal-matrix-bg p-6 pt-28" >
136
+ < main className = "terminal-matrix-bg mx-auto max-w-7xl p-6 pt-28" >
137
137
< div className = "mb-8 flex items-center justify-center" >
138
138
< div className = "flex flex-wrap items-center justify-center gap-2 sm:gap-4 md:gap-6" >
139
139
< pre className = "ascii-art terminal-glow text-primary text-xs leading-tight sm:text-sm" >
You can’t perform that action at this time.
0 commit comments