Skip to content

Commit

Permalink
Updated padding of resources section.
Browse files Browse the repository at this point in the history
  • Loading branch information
vegetableman committed Oct 17, 2024
1 parent e2d1c8b commit 8c4f1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/resources.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ interface Post {
export default function Resources() {
const posts = getSortedPostsData();
return (
<section className="relative py-8 pt-14">
<section className="relative py-20">
<div className="max-w-[1490px] mx-auto grid grid-cols-12">
<div className="col-start-2 col-span-10">
<div className="flex justify-between items-center">
Expand Down

0 comments on commit 8c4f1c1

Please sign in to comment.