Skip to content

Commit

Permalink
fix(page): about background color
Browse files Browse the repository at this point in the history
  • Loading branch information
Luna committed Feb 18, 2024
1 parent 5d0077b commit 76a595f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/about.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export default function About() {
return (
<>
<div className="w-screen h-full bg-background flex justify-center px-4">
<div className="w-screen min-h-[calc(100vh-74px)] bg-background flex justify-center px-4">
<div className="py-4 max-w-lg">
<h1 className="text-2xl underline">about web-expl</h1>
<p className="text-primary">
Expand Down

0 comments on commit 76a595f

Please sign in to comment.