Skip to content

Commit

Permalink
Remove bottom margin from pricing section
Browse files Browse the repository at this point in the history
This makes it consistent with the other sections.
  • Loading branch information
johnjago committed Jul 23, 2024
1 parent b847723 commit 42ed2cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ <h3 class="text-2xl font-semibold mb-3">Future WooCommerce upgrades</h3>
</section>
<section id="pricing" class="py-16 px-4 bg-gray-50 border-t scroll-mt-16">
<h2 class="text-3xl md:text-4xl text-center font-bold text-gray-800 mb-12">Pricing</h2>
<div class="flex flex-col lg:flex-row flex-wrap justify-evenly mb-8 gap-8 max-w-xl lg:max-w-7xl mx-auto">
<div class="flex flex-col lg:flex-row flex-wrap justify-evenly gap-8 max-w-xl lg:max-w-7xl mx-auto">
<div class="flex flex-col w-full lg:w-2/5 text-gray-700 bg-gray-100 border border-gray-200 p-8 sm:p-16 rounded-lg">
<h3 class="text-2xl font-semibold mb-4">Free</h3>
<p>Better order management at no cost.</p>
Expand Down

0 comments on commit 42ed2cf

Please sign in to comment.