fix: Add spacing for footer and set donate footer to not be absolute
This commit is contained in:
@@ -47,8 +47,7 @@ These colours will be overriden with the user's colour scheme
|
||||
{{data|safe}} <!-- This needs the safe filter to allow HTML to be rendered -->
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div id="addresses" style="position: absolute;bottom: 100px;width: 100%;text-align: center;">
|
||||
<div id="addresses" style="width: 100%;text-align: center;">
|
||||
<p style="font-size: 20px;margin-bottom: 0px;">
|
||||
<a style="text-decoration: none;color: #f1ffff;" href="/.well-known/wallets/HNS" target="_blank">
|
||||
<img src='{{hns_icon_invert}}' width='20px' height='20px' style='margin-right: 5px;'>
|
||||
@@ -61,6 +60,7 @@ These colours will be overriden with the user's colour scheme
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
<div style="height: 25px;"></div>
|
||||
<!-- Footer to display the powered by ShakeCities. -->
|
||||
{{footer|safe}}
|
||||
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user