From: Andy Allan Date: Wed, 27 Jul 2022 12:08:06 +0000 (+0100) Subject: Fix the font weight on the about page title, and use lead styling for the lede X-Git-Tag: live~1742^2~5 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/c8ddd63280c7d5b4b59659ab650ed0c81866556a Fix the font weight on the about page title, and use lead styling for the lede --- diff --git a/app/views/site/about.html.erb b/app/views/site/about.html.erb index 3753dcc8d..b4b21a567 100644 --- a/app/views/site/about.html.erb +++ b/app/views/site/about.html.erb @@ -8,14 +8,14 @@
-

<%= t ".used_by_html", :name => tag.span("OpenStreetMap", :class => "user-name"), :locale => @locale %>

+

<%= t ".used_by_html", :name => tag.span("OpenStreetMap", :class => "user-name"), :locale => @locale %>

-

<%= t ".lede_text", :locale => @locale %>

+

<%= t ".lede_text", :locale => @locale %>

<%= t ".local_knowledge_title", :locale => @locale %>

<%= t ".local_knowledge_html", :locale => @locale %>