UI fix
Fixed tap-out points not having space between them
This commit is contained in:
parent
4bec46d7a3
commit
0195ec146d
16
index.html
16
index.html
@ -102,10 +102,10 @@
|
|||||||
<h2 class="h2 weight-700 margin-bottom-1r">Bob's Fund<br>on FLO Blockchain</h2>
|
<h2 class="h2 weight-700 margin-bottom-1r">Bob's Fund<br>on FLO Blockchain</h2>
|
||||||
<p>
|
<p>
|
||||||
Bob's Fund is a 20 year long term Bitcoin price linked product. Investors are entitled to 100 percent
|
Bob's Fund is a 20 year long term Bitcoin price linked product. Investors are entitled to 100 percent
|
||||||
of Bitcoin price gains, but they must hold for 20 years. <!-- Over a very long time period, investor returns
|
of Bitcoin price gains, but they must hold for 20 years. Over a very long time period, investor returns
|
||||||
on an asset like Bitcoin should outstrip returns on conventional assets like real estate and stocks. The
|
on an asset like Bitcoin should outstrip returns on conventional assets like real estate and stocks. The
|
||||||
management fees on this product is zero. RanchiMall earns by having invested an equal amount as
|
management fees on this product is zero. RanchiMall earns by having invested an equal amount as
|
||||||
every investor, thus the interests of fund manager, and fund investors are totally aligned. -->
|
every investor, thus the interests of fund manager, and fund investors are totally aligned.
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
<header class="fund-list__header grid margin-bottom-1-5r">
|
<header class="fund-list__header grid margin-bottom-1-5r">
|
||||||
@ -10205,6 +10205,16 @@ Bitcoin.Util = {
|
|||||||
.fund-block__details > .grid:nth-of-type(3), .fund-block__details > .grid:nth-of-type(4) {
|
.fund-block__details > .grid:nth-of-type(3), .fund-block__details > .grid:nth-of-type(4) {
|
||||||
grid-column: 1/3;
|
grid-column: 1/3;
|
||||||
}
|
}
|
||||||
|
.tapout-list{
|
||||||
|
display: grid;
|
||||||
|
gap: 1.5rem;
|
||||||
|
overflow-x: auto;
|
||||||
|
grid-auto-flow: column;
|
||||||
|
justify-content: flex-start;
|
||||||
|
}
|
||||||
|
.tapout-list li{
|
||||||
|
min-width: 8rem;
|
||||||
|
}
|
||||||
.investor-group{
|
.investor-group{
|
||||||
display: grid;
|
display: grid;
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
@ -10289,7 +10299,7 @@ Bitcoin.Util = {
|
|||||||
</div>
|
</div>
|
||||||
<div class="tapout-container grid">
|
<div class="tapout-container grid">
|
||||||
<span class="value margin-bottom-0-5r">Tapouts</span>
|
<span class="value margin-bottom-0-5r">Tapouts</span>
|
||||||
<ul class="tapout-list flex gap-1-5"></ul>
|
<ul class="tapout-list"></ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="grid flow-column gap-1">
|
<div class="grid flow-column gap-1">
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user