Skip to content

Commit

Permalink
style(style): add more padding for "about" section
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeonoi committed Oct 24, 2024
1 parent d79e692 commit 50c1093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Background from "./background";
const About: React.FC = () => {
return (
<main id="about" className="animate-fadeIn">
<Background styles="h-max flex items-center">
<Background styles="h-screen flex items-center">
{/* <div className="grid grid-cols-2 text-black max-w-4xl mx-auto p-6"> */}
<div className="grid grid-cols-1 md:grid-cols-2 text-black justify-items-end mx-auto p-10">
<section className="mb-8 max-w-3xl">
Expand Down

0 comments on commit 50c1093

Please sign in to comment.