Fix up footer

This commit is contained in:
mDuo13
2021-06-30 00:35:19 -07:00
parent e131386419
commit 1353b15b02
4 changed files with 26 additions and 10 deletions

View File

@@ -17,10 +17,10 @@
<section class="container-fluid mt-20 absolute-bottom-footer">
<div class="d-md-flex">
<div class="d-lg-flex">
<a href="{% if target.prefix %}{{target.prefix}}{% else %}/{% endif %}" class="footer-brand"><img src="{{currentpage.prefix}}assets/img/XRPLedger_DevPortal-white.svg" class="logo" height="24" alt="{{target.display_name}}" /></a>
<span class="flex-grow-1">&nbsp;</span>
<div>&copy; 2021 XRP Ledger. <a href="https://raw.githubusercontent.com/ripple/ripple-dev-portal/master/LICENSE">{% trans %}Open Source.{% endtrans %}</a>
<div class="copyright-license">&copy; 2021 XRP Ledger. <a href="https://raw.githubusercontent.com/ripple/ripple-dev-portal/master/LICENSE">{% trans %}Open Source.{% endtrans %}</a>
</div>
</div><!-- /.absolute_bottom_footer -->