mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-08-27 23:41:27 +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 -->
|
<!-- globalParallax -->
|
||||||
<div class="parallax" id="global-parallax">
|
<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-bg"></div>
|
||||||
<div class="parallax-mask"></div>
|
<div class="parallax-mask"></div>
|
||||||
|
|
||||||
|
@ -166,6 +166,7 @@
|
||||||
<!--fonts-->
|
<!--fonts-->
|
||||||
|
|
||||||
<!--/fonts-->
|
<!--/fonts-->
|
||||||
|
</div>
|
||||||
|
|
||||||
<!-- footer -->
|
<!-- footer -->
|
||||||
<div class="container-fluid above-parallax">
|
<div class="container-fluid above-parallax">
|
||||||
|
@ -181,7 +182,8 @@
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<div class="btn-group dropup">
|
<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 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>
|
<span class="sr-only">Toggle Dropdown</span>
|
||||||
</button>
|
</button>
|
||||||
<div class="dropdown-menu">
|
<div class="dropdown-menu">
|
||||||
|
@ -200,6 +202,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- /footer -->
|
<!-- /footer -->
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<!-- /globalParallaxContent -->
|
<!-- /globalParallaxContent -->
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue