mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-08-23 20:47:23 +00:00
Fix : Footer in Default layout
This commit is contained in:
parent
7e2f09339c
commit
a4b940b17a
1 changed files with 10 additions and 6 deletions
|
@ -81,8 +81,8 @@
|
|||
{{ content }}
|
||||
</div>
|
||||
</div>
|
||||
<!-- footer -->
|
||||
<div class="container-fluid above-parallax">
|
||||
<!-- footer -->
|
||||
<div class="container-fluid above-parallax">
|
||||
<div class="row py-3">
|
||||
<div class="col-md-7">
|
||||
<ul class="nav">
|
||||
|
@ -92,7 +92,8 @@
|
|||
<li class="nav-item">
|
||||
<div class="btn-group dropup">
|
||||
<button type="button" class="btn btn-outline-secondary text-white">Other Sites</button>
|
||||
<button type="button" class="btn btn-outline-secondary dropdown-toggle dropdown-toggle-split" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
<button type="button" class="btn btn-outline-secondary dropdown-toggle dropdown-toggle-split"
|
||||
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
<span class="sr-only">Toggle Dropdown</span>
|
||||
</button>
|
||||
<div class="dropdown-menu">
|
||||
|
@ -103,20 +104,23 @@
|
|||
</div>
|
||||
</div>
|
||||
</li>
|
||||
<li class="nav-item" style="padding-left: 1rem;">
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-md text-md-right">
|
||||
<small>© 2020 LBRY.org | LBRY Foundation</small>
|
||||
<small>© 2020 LBRY.org | LBRY Foundation</small>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- /footer -->
|
||||
|
||||
|
||||
</div>
|
||||
<!-- /globalParallaxContent -->
|
||||
</div>
|
||||
<!-- /globalParallax -->
|
||||
|
||||
|
||||
<!-- JS DEPENDENCIES -->
|
||||
<script src="../lib/jquery/jquery-3.5.1.min.js" defer></script>
|
||||
<script src="../lib/bootstrap/js/bootstrap.bundle.min.js" defer></script>
|
||||
|
|
Loading…
Add table
Reference in a new issue