From c8ddd63280c7d5b4b59659ab650ed0c81866556a Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 27 Jul 2022 13:08:06 +0100 Subject: [PATCH] Fix the font weight on the about page title, and use lead styling for the lede --- app/views/site/about.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %>

-- 2.39.5