Merge pull request #3700 from AntonKhorev/about

Replace <h5> used to set the font size with Bootstrap class h5
This commit is contained in:
Andy Allan 2022-10-19 15:58:17 +01:00 committed by GitHub
commit b0a741412f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
<div class='row'> <div class='row'>
<div class='col-sm-7 user-image'></div> <div class='col-sm-7 user-image'></div>
<div class='col-sm-5 px-5 py-3 byosm'> <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> </div>
<div class='row'> <div class='row'>