mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-08-31 17:31:29 +00:00
fix: placeholder background image for swarm page
This commit is contained in:
parent
f6d7ddd069
commit
2d2b20ddfb
1 changed files with 2 additions and 2 deletions
|
@ -40,14 +40,14 @@
|
|||
|
||||
<!-- globalParallax -->
|
||||
<div class="parallax" data-depth-factor="3" id="global-parallax">
|
||||
<img src="../img/article-bg2.jpg" alt="bg-img" class="parallax-layer" />
|
||||
<img src="../img/article-bg.jpg" alt="bg-img" class="parallax-layer main-parallax-img" />
|
||||
<div class="parallax-mask"></div>
|
||||
<div class="parallax-bg"></div>
|
||||
|
||||
<!-- globalParallaxContent -->
|
||||
<div class="parallax-content">
|
||||
<!-- jumbotron -->
|
||||
<div class="jumbotron text-white" style="background-color: transparent;">
|
||||
<div class="jumbotron text-white parallax-layer" data-depth-factor="4" style="background-color: transparent;">
|
||||
<div class="container text-sm-center pt-5">
|
||||
<h1 class="display-2" Ideas style="font-weight: bold;">The Swarm</h1>
|
||||
<p class="lead">LBRY SWARM!</p>
|
||||
|
|
Loading…
Add table
Reference in a new issue