Merge pull request #3700 from AntonKhorev/about
Replace <h5> used to set the font size with Bootstrap class h5
This commit is contained in:
commit
b0a741412f
1 changed files with 1 additions and 1 deletions
|
@ -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'>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue