Skip to content

Commit aa28b44

Browse files
add margin to features section
1 parent 4351398 commit aa28b44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ <h2 class="text-2xl md:text-3xl font-bold text-center mb-10 text-white">How to u
4343

4444
</section>
4545

46-
<section id="features" class="container mx-auto px-12 py-12 bg-gray-800 rounded-lg w-full">
46+
<section id="features" class="container mx-auto px-12 py-12 bg-gray-800 mb-12 rounded-lg w-full">
4747
<h2 class="text-2xl md:text-3xl font-bold text-center mb-10 text-white">Key Features</h2>
4848
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-6">
4949
<div class="bg-gray-700 p-6 rounded-lg shadow-md hover:shadow-lg transition duration-300 hover:bg-gray-650">

0 commit comments

Comments
 (0)