mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-08-23 20:47:23 +00:00
Fix: fixed the footer
This commit is contained in:
parent
f25677a3ad
commit
aaa5bc013a
1 changed files with 11 additions and 10 deletions
21
index.html
21
index.html
|
@ -174,18 +174,19 @@
|
|||
|
||||
<!-- twitter -->
|
||||
<h2 class="mb-4 text-center" id="twitter">LBRY Foundation Tweets</h2> <hr class="subhead">
|
||||
<div style="text-align: center">
|
||||
<a class="twitter-timeline" data-width="520" data-height="500" data-theme="dark" href="https://twitter.com/LbryFoundation?ref_src=twsrc%5Etfw">Tweets by LbryFoundation</a>
|
||||
<script
|
||||
async src="https://platform.twitter.com/widgets.js" charset="utf-8">
|
||||
</script>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-12 col-lg-12 mx-auto">
|
||||
<div style="text-align: center">
|
||||
<a class="twitter-timeline" data-width="520" data-height="500" data-theme="dark" href="https://twitter.com/LbryFoundation?ref_src=twsrc%5Etfw">Tweets by LbryFoundation</a>
|
||||
<script
|
||||
async src="https://platform.twitter.com/widgets.js" charset="utf-8">
|
||||
</script>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- /twitter -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- footer -->
|
||||
<div class="container-fluid above-parallax">
|
||||
<div class="row py-3">
|
||||
|
|
Loading…
Add table
Reference in a new issue