]> git.openstreetmap.org Git - rails.git/commitdiff
Replace <h5> used to set the font size with Bootstrap class h5
authorAnton Khorev <tony29@yandex.ru>
Mon, 19 Sep 2022 05:20:01 +0000 (08:20 +0300)
committerAnton Khorev <tony29@yandex.ru>
Mon, 19 Sep 2022 05:20:01 +0000 (08:20 +0300)
app/views/site/about.html.erb

index b4b21a567f177b28b5c091fef39ace932776bc50..151be7ccf1c2874d964435a737cf2babf9048af2 100644 (file)
@@ -3,7 +3,7 @@
     <div class='row'>
       <div class='col-sm-7 user-image'></div>
       <div class='col-sm-5 px-5 py-3 byosm'>
-        <h5 class='text-white text-nowrap'><%= t ".copyright_html", :locale => @locale %></h5>
+        <p class='h5 text-white text-nowrap'><%= t ".copyright_html", :locale => @locale %></p>
       </div>
     </div>
     <div class='row'>