Skip to content

Commit

Permalink
Merge pull request #56 from rodneyosodo/fix/socials-mt
Browse files Browse the repository at this point in the history
fix(socials): Add margin top on socials page
  • Loading branch information
nutcas3 authored Oct 8, 2024
2 parents 80d4866 + c7953f8 commit 7abfb24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Socials.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default function Socials() {
id="contact"
className="container mx-auto py-12 md:py-24 flex flex-col items-center text-center text-secondary"
>
<h2 className="text-3xl md:text-5xl font-bold mb-8">
<h2 className="text-3xl md:text-5xl font-bold mt-8 mb-6">
Social
</h2>
<p className="w-full lg:w-[60%] text-sm md:text-base">
Expand Down

0 comments on commit 7abfb24

Please sign in to comment.