Skip to content

Commit

Permalink
Fixed margin
Browse files Browse the repository at this point in the history
  • Loading branch information
LuaanNguyen committed Sep 4, 2024
1 parent f172ec0 commit 1bb923b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Blog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const IndividualBlog: React.FC<IndividualBlogProps> = ({

export default function Blog() {
return (
<main className="mt-10">
<main className="mt-10 mb-16">
<h1 className="section-header-text mb-6">SoDA Programs</h1>
<section className="flex max-md:flex-col gap-8 items-center justify-center">
<IndividualBlog
Expand Down

0 comments on commit 1bb923b

Please sign in to comment.