Skip to content

Commit

Permalink
Fix contact form spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
pindab0ter committed Oct 27, 2023
1 parent d5756ce commit 87e2f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/contact-form.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{{ end }}


<div class=" pb-24 lg:px-10 lg:px-20">
<div class="py-24 lg:px-10 lg:px-20 grid place-items-center">
<h1 class="mt-0 text-center">Contact</h1>
<div class="flex justify-center">
<div class="mx-2 h-5 w-5">
Expand Down

0 comments on commit 87e2f48

Please sign in to comment.