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>
@if (hasPermissionToAccessFearAndGreedIndex) {
<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">
<small i18n>Last {{ numberOfDays }} Days</small>
</div>
@ -29,7 +29,7 @@
}
<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
[benchmarks]="benchmarks"
[deviceType]="deviceType"

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

@ -8,7 +8,7 @@
</span>
</h1>
<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
[benchmarks]="watchlist"
[deviceType]="deviceType"

Loading…
Cancel
Save