Use em rather than fixed pixels to offset the copyright symbol
Fixes #3302 Also fixes an error where the h5 tag was closed incorrectly.
This commit is contained in:
parent
3afc7ebb42
commit
1a97236747
2 changed files with 3 additions and 3 deletions
|
@ -1745,8 +1745,8 @@ dl.dl-inline {
|
|||
|
||||
.byosm span {
|
||||
display: inline-block;
|
||||
width: 20px;
|
||||
margin-left: -20px;
|
||||
width: 1em;
|
||||
margin-left: -1em;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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 %></h4>
|
||||
<h5 class='text-white text-nowrap'><%= t ".copyright_html", :locale => @locale %></h5>
|
||||
</div>
|
||||
</div>
|
||||
<div class='row'>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue