Skip to content

Commit

Permalink
fixed padding around description
Browse files Browse the repository at this point in the history
  • Loading branch information
aemerson1 committed Nov 8, 2024
1 parent 6ffcc4c commit 9a6bf34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/_components/BlogHero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default ({
</div>
</div>
<div className="flex">
<div className="text-3xl font-semibold pb-2 pt-2">
<div className="text-3xl font-semibold pb-4 pt-2">
{" "}
{card_header}{" "}
</div>
Expand All @@ -51,7 +51,7 @@ export default ({
{" "}
{description}{" "}
</p>
<div className="py-2">
<div className="py-6">
<comp.Button
style={
"block lg:px-8 px-8 lg:py-2 py-2 lg:rounded-md rounded-md border border-black text-base leading-normal font-bold w-fit lg:text-base text-4xl"
Expand Down

0 comments on commit 9a6bf34

Please sign in to comment.