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 31fcfee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/partials/contact-form.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="grid grid-cols-1 bg-white lg:grid-cols-2">
{{ with (resources.Get "photos/yuki-ginny-balcony-looking-outside-together.jpg").Process "webp" }}
<div class="mb-16 mt-8 flex content-center bg-white lg:hidden">
<div class="mt-0 lg:mt-8 flex content-center bg-white lg:hidden">
<img
class="w-100 aspect-[16/9] object-cover"
src="{{ .RelPermalink }}"
Expand All @@ -11,7 +11,7 @@
{{ end }}


<div class=" pb-24 lg:px-10 lg:px-20">
<div class="py-24 lg:px-10 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 31fcfee

Please sign in to comment.