Browse Source

Increase width

pull/5096/head
Thomas Kaul 2 months ago
parent
commit
1505d01ac4
  1. 4
      apps/client/src/app/components/home-market/home-market.html
  2. 2
      apps/client/src/app/components/home-watchlist/home-watchlist.html

4
apps/client/src/app/components/home-market/home-market.html

@ -2,7 +2,7 @@
<h1 class="d-none d-sm-block h3 mb-4 text-center" i18n>Markets</h1> <h1 class="d-none d-sm-block h3 mb-4 text-center" i18n>Markets</h1>
@if (hasPermissionToAccessFearAndGreedIndex) { @if (hasPermissionToAccessFearAndGreedIndex) {
<div class="mb-5 row"> <div class="mb-5 row">
<div class="col-xs-12 col-md-8 offset-md-2"> <div class="col-xs-12 col-md-10 offset-md-1">
<div class="mb-2 text-center text-muted"> <div class="mb-2 text-center text-muted">
<small i18n>Last {{ numberOfDays }} Days</small> <small i18n>Last {{ numberOfDays }} Days</small>
</div> </div>
@ -29,7 +29,7 @@
} }
<div class="mb-3 row"> <div class="mb-3 row">
<div class="col-xs-12 col-md-8 offset-md-2"> <div class="col-xs-12 col-md-10 offset-md-1">
<gf-benchmark <gf-benchmark
[benchmarks]="benchmarks" [benchmarks]="benchmarks"
[deviceType]="deviceType" [deviceType]="deviceType"

2
apps/client/src/app/components/home-watchlist/home-watchlist.html

@ -8,7 +8,7 @@
</span> </span>
</h1> </h1>
<div class="row"> <div class="row">
<div class="col-xs-12 col-md-8 offset-md-2"> <div class="col-xs-12 col-md-10 offset-md-1">
<gf-benchmark <gf-benchmark
[benchmarks]="watchlist" [benchmarks]="watchlist"
[deviceType]="deviceType" [deviceType]="deviceType"

Loading…
Cancel
Save