diff --git a/index.html b/index.html index 1931c42..de63256 100644 --- a/index.html +++ b/index.html @@ -102,10 +102,10 @@

Bob's Fund
on FLO Blockchain

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. + every investor, thus the interests of fund manager, and fund investors are totally aligned.

@@ -10205,6 +10205,16 @@ Bitcoin.Util = { .fund-block__details > .grid:nth-of-type(3), .fund-block__details > .grid:nth-of-type(4) { 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{ display: grid; padding: 0.5rem; @@ -10289,7 +10299,7 @@ Bitcoin.Util = {
Tapouts - +