Replace <h5> used to set the font size with Bootstrap class h5
This commit is contained in:
parent
3e46c7c87d
commit
21cc9f3af1
1 changed files with 1 additions and 1 deletions
|
@ -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'>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue