mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-08-27 15:31:34 +00:00
fixed footer in Branding page
This commit is contained in:
parent
f21e48cc5a
commit
13b083cadf
1 changed files with 6 additions and 3 deletions
|
@ -42,7 +42,7 @@
|
|||
|
||||
<!-- globalParallax -->
|
||||
<div class="parallax" id="global-parallax">
|
||||
<img src="../img/foundation-branding-background-art.png" data-de pth-factor="3" alt="bg-img" class="d-none d-sm-none d-md-none d-lg-block parallax-layer main-parallax-img">
|
||||
<img src="../img/foundation-branding-background-art.png" data-depth-factor="3" alt="bg-img" class="d-none d-sm-none d-md-none d-lg-block parallax-layer main-parallax-img">
|
||||
<div class="parallax-bg"></div>
|
||||
<div class="parallax-mask"></div>
|
||||
|
||||
|
@ -166,6 +166,7 @@
|
|||
<!--fonts-->
|
||||
|
||||
<!--/fonts-->
|
||||
</div>
|
||||
|
||||
<!-- footer -->
|
||||
<div class="container-fluid above-parallax">
|
||||
|
@ -181,7 +182,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">
|
||||
|
@ -200,6 +202,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<!-- /footer -->
|
||||
|
||||
</div>
|
||||
<!-- /globalParallaxContent -->
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue