UI update
Font size adjustment
This commit is contained in:
parent
aa66524290
commit
4bec46d7a3
@ -650,14 +650,14 @@ sm-option {
|
||||
|
||||
.label {
|
||||
font-weight: 500;
|
||||
font-size: 0.8rem;
|
||||
font-size: 0.75rem;
|
||||
margin-bottom: 0.2rem;
|
||||
color: rgba(var(--text-color), 0.8);
|
||||
}
|
||||
|
||||
.value {
|
||||
font-weight: 500;
|
||||
font-size: 1rem;
|
||||
font-weight: 600;
|
||||
font-size: 0.9rem;
|
||||
overflow-wrap: break-word;
|
||||
word-wrap: break-word;
|
||||
-ms-word-break: break-all;
|
||||
|
||||
2
css/main.min.css
vendored
2
css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -574,13 +574,13 @@ sm-option{
|
||||
|
||||
.label{
|
||||
font-weight: 500;
|
||||
font-size: 0.8rem;
|
||||
font-size: 0.75rem;
|
||||
margin-bottom: 0.2rem;
|
||||
color: rgba(var(--text-color), 0.8);
|
||||
}
|
||||
.value{
|
||||
font-weight: 500;
|
||||
font-size: 1rem;
|
||||
font-weight: 600;
|
||||
font-size: 0.9rem;
|
||||
overflow-wrap: break-word;
|
||||
word-wrap: break-word;
|
||||
-ms-word-break: break-all;
|
||||
|
||||
18
index.html
18
index.html
@ -102,10 +102,10 @@
|
||||
<h2 class="h2 weight-700 margin-bottom-1r">Bob's Fund<br>on FLO Blockchain</h2>
|
||||
<p>
|
||||
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 most 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
|
||||
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>
|
||||
</section>
|
||||
<header class="fund-list__header grid margin-bottom-1-5r">
|
||||
@ -8281,13 +8281,13 @@ Bitcoin.Util = {
|
||||
}
|
||||
.label{
|
||||
font-weight: 500;
|
||||
font-size: 0.8rem;
|
||||
font-size: 0.75rem;
|
||||
margin-bottom: 0.2rem;
|
||||
color: rgba(var(--text-color), 0.8);
|
||||
}
|
||||
.value{
|
||||
font-weight: 700;
|
||||
font-size: 1rem;
|
||||
font-weight: 600;
|
||||
font-size: 0.9rem;
|
||||
overflow-wrap: break-word;
|
||||
word-wrap: break-word;
|
||||
-ms-word-break: break-all;
|
||||
@ -10227,7 +10227,7 @@ Bitcoin.Util = {
|
||||
|
||||
.investor-group__list{
|
||||
display: grid;
|
||||
gap: 1rem;
|
||||
gap: 0.8rem;
|
||||
grid-template-columns: minmax(0, 1fr);
|
||||
}
|
||||
.transaction-column{
|
||||
@ -10236,13 +10236,13 @@ Bitcoin.Util = {
|
||||
}
|
||||
.label{
|
||||
font-weight: 500;
|
||||
font-size: 0.8rem;
|
||||
font-size: 0.75rem;
|
||||
margin-bottom: 0.2rem;
|
||||
color: rgba(var(--text-color), 0.8);
|
||||
}
|
||||
.value{
|
||||
font-weight: 700;
|
||||
font-size: 1rem;
|
||||
font-weight: 600;
|
||||
font-size: 0.9rem;
|
||||
overflow-wrap: break-word;
|
||||
word-wrap: break-word;
|
||||
-ms-word-break: break-all;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user