mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-08-23 20:47:23 +00:00
fixed layout of home page
This commit is contained in:
parent
ba4d1455ff
commit
bdd36df1a7
1 changed files with 4 additions and 4 deletions
|
@ -97,7 +97,7 @@
|
|||
<!-- part2 -->
|
||||
<h1 id="part2" class="display-4 text-center my-5 text-white">Lbryians</h1>
|
||||
<div class="row">
|
||||
<div class="col-md-6 col-lg-4">
|
||||
<div class="col-md-12 col-lg-4">
|
||||
<div class="card mb-3 lbry-dark">
|
||||
<!-- <img class="card-img-top" src="./img/1.png" alt="1"> -->
|
||||
<div class="card-body text-center">
|
||||
|
@ -108,7 +108,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-6 col-lg-4">
|
||||
<div class="col-md-12 col-lg-4">
|
||||
<div class="card mb-3 lbry-dark">
|
||||
<!-- <img class="card-img-top" src="./img/2.png" alt="2"> -->
|
||||
<div class="card-body text-center">
|
||||
|
@ -119,7 +119,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-6 col-lg-4">
|
||||
<div class="col-md-12 col-lg-4">
|
||||
<div class="card lbry-dark">
|
||||
<!-- <img class="card-img-top" src="./img/3.png" alt="3"> -->
|
||||
<div class="card-body text-center">
|
||||
|
@ -150,7 +150,7 @@
|
|||
<p>The LBRY Foundation is a non-profit organization dedicated to the growth, development, and adoption of the
|
||||
LBRY network in a way that the community of LBRYians decides themselves.</p>
|
||||
</div> -->
|
||||
<div class="col-md col-xl-5 ml-auto">
|
||||
<div class="col-md-5 col-xl-5 ml-auto">
|
||||
<p><strong>Stay up-to-date on LBRY Foundation</strong></p>
|
||||
<div class="input-group">
|
||||
<input type="text" class="form-control" placeholder="Email">
|
||||
|
|
Loading…
Add table
Reference in a new issue