Skip to content

Commit

Permalink
style: add border to the main call-to-action section for better visib…
Browse files Browse the repository at this point in the history
…ility
  • Loading branch information
MrAnyx committed Jan 2, 2025
1 parent 40a31ba commit 8e6126b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
</div>
</div>

<div class="bg-gray-100 dark:bg-gray-800 flex flex-col items-center justify-center h-[350px] rounded-lg shadow-md gap-6 text-center p-6">
<div class="bg-gray-100 dark:bg-gray-800 flex flex-col items-center justify-center h-[350px] rounded-lg shadow-md gap-6 text-center p-6 border border-gray-200 dark:border-gray-700">
<h3 class="text-3xl font-bold text-gray-800 dark:text-gray-200">
Get started today
</h3>
Expand Down

0 comments on commit 8e6126b

Please sign in to comment.