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:
Andy Allan 2021-10-20 17:48:21 +01:00
parent 3afc7ebb42
commit 1a97236747
2 changed files with 3 additions and 3 deletions

View file

@ -1745,8 +1745,8 @@ dl.dl-inline {
.byosm span {
display: inline-block;
width: 20px;
margin-left: -20px;
width: 1em;
margin-left: -1em;
}
}

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 %></h4>
<h5 class='text-white text-nowrap'><%= t ".copyright_html", :locale => @locale %></h5>
</div>
</div>
<div class='row'>