Skip to content

Commit

Permalink
[REFACOTR] added padding on hero
Browse files Browse the repository at this point in the history
  • Loading branch information
JayeshVP24 committed Jun 15, 2023
1 parent b1f8b07 commit 761a6df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Layout from "../layouts/Layout.astro";

<div>
<!-- <hr><hr> -->
<section class="text-gray-600 body-font bg-[#101828] px-5 md:px-16">
<section class="text-gray-600 body-font bg-[#101828] py-5 px-5 md:px-16">
<div
class="w-full mx-auto flex md:flex-row flex-col items-center"
>
Expand Down

0 comments on commit 761a6df

Please sign in to comment.