Skip to content

Commit

Permalink
Use more consistent header sizing on coverage page
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Feb 26, 2024
1 parent bf52e02 commit d66db6b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/views/_tailwind/authorities/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@

<div class="mt-8 border-t divide-y divide-light-grey2 border-light-grey2">
<section class="py-12">
<%# TODO: This is using a smaller size than standard for h2 %>
<%= render Tailwind::Heading.new(tag: :h2, size: "2xl") do %>
<%= render Tailwind::Heading.new(tag: :h2) do %>
Where does application data come from?
<% end %>
<%# TODO: This paragraph is the same as used in "how to write a scraper". Extract partial? %>
Expand Down Expand Up @@ -60,8 +59,7 @@
</section>
<section class="py-12">
<%# TODO: Not sure this is the best wording for the heading %>
<%# TODO: This is using a smaller size than standard %>
<%= render Tailwind::Heading.new(tag: :h2, size: "2xl") do %>
<%= render Tailwind::Heading.new(tag: :h2) do %>
Date reliability
<% end %>
<p class="mt-4 text-2xl text-navy">
Expand Down

0 comments on commit d66db6b

Please sign in to comment.