Skip to content

Commit

Permalink
feat: put margin to the topograpghy
Browse files Browse the repository at this point in the history
  • Loading branch information
Kshitiz-Mhto committed Feb 21, 2024
1 parent f39c5cc commit 6ce89ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/HeroSection.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default function HeroSection() {
sm: "clamp(1.3rem, 1.3vw, 3rem)",
md: "clamp(1.5rem, 1.3vw, 3rem)",
},
margin: "-1rem 0 0 0",
margin: "-0.5rem 0 0 0",
fontWeight: "bold",
}}
>
Expand Down

0 comments on commit 6ce89ab

Please sign in to comment.