Replace <h5> used to set the font size with Bootstrap class h5

This commit is contained in:
Anton Khorev 2022-09-19 08:20:01 +03:00
parent 3e46c7c87d
commit 21cc9f3af1

View 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'>