]> git.openstreetmap.org Git - rails.git/commitdiff
Use lead text highlighting for lede paragraph
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 3 Aug 2022 09:35:13 +0000 (10:35 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 3 Aug 2022 09:35:13 +0000 (10:35 +0100)
app/views/site/communities.html.erb

index 0e5dec3e76d17a9af6472bfa86e8115885851091..ba687966f5cc50867cd631b2c31920b049604117 100644 (file)
@@ -2,7 +2,7 @@
   <h1><%= t ".title" %></h1>
 <% end %>
 
-<p><%= t ".lede_text" %></p>
+<p class="lead"><%= t ".lede_text" %></p>
 
 <h2><%= t ".local_chapters.title" %></h2>
 <p><%= t ".local_chapters.about_text" %></p>