diff --git a/index.html b/index.html index de63256..8970061 100644 --- a/index.html +++ b/index.html @@ -10205,6 +10205,11 @@ Bitcoin.Util = { .fund-block__details > .grid:nth-of-type(3), .fund-block__details > .grid:nth-of-type(4) { grid-column: 1/3; } + .fund-block__details > .grid:nth-of-type(4){ + gap: 1.5rem; + justify-content: flex-start; + grid-template-columns: 1fr 1fr; + } .tapout-list{ display: grid; gap: 1.5rem; @@ -10215,6 +10220,9 @@ Bitcoin.Util = { .tapout-list li{ min-width: 8rem; } + .term-link{ + justify-self: flex-end; + } .investor-group{ display: grid; padding: 0.5rem; @@ -10262,6 +10270,11 @@ Bitcoin.Util = { -webkit-hyphens: auto; hyphens: auto; } + @media only screen and (max-width: 640px) { + .term-link{ + grid-column: 2/3; + } + } @media only screen and (min-width: 640px) { .fund-block__details{ grid-template-columns: 1fr 1fr; @@ -10273,6 +10286,9 @@ Bitcoin.Util = { justify-self: flex-end; text-align: right; } + .fund-block__details > .grid:nth-of-type(4){ + grid-template-columns: auto auto 1fr; + } }
  • @@ -10301,7 +10317,7 @@ Bitcoin.Util = { Tapouts -
    +
    Total investment @@ -10310,7 +10326,7 @@ Bitcoin.Util = { Total net value
    - See terms + See terms