Skip to content

Commit

Permalink
Tweak arrow a bit to line up with design a little more
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Oct 30, 2023
1 parent 7469ad1 commit 65e6b4c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/views/_tailwind/contact_messages/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
<%= f.text_area :details, class: "block w-full", rows: 8 %>
<%= f.error :details, class: "mt-2" %>
</div>
<div class="relative mt-12">
<section class="inline-block py-8 pl-16 pr-16 text-2xl text-white rounded-3xl bg-lavender">
<div class="relative inline-block mt-12">
<section class="px-16 py-8 text-2xl text-white rounded-3xl bg-lavender">
<h3 class="font-bold">Some questions that might help you describe your request</h3>

<ul class="mt-8">
Expand All @@ -42,10 +42,10 @@
</ul>
<p>Please include a link to the page on the site where this happened.</p>
</section>
<div class="w-0 h-0 absolute -top-24 left-16
border-l-[19px] border-l-transparent
border-b-[127px] border-b-lavender
border-r-[19px] border-r-transparent">
<div class="w-0 h-0 absolute -top-16 left-16
border-l-[15px] border-l-transparent
border-b-[65px] border-b-lavender
border-r-[15px] border-r-transparent">
</div>
</div>

Expand Down

0 comments on commit 65e6b4c

Please sign in to comment.