Browse Source

Fix hierarchy

pull/5863/head
Thomas Kaul 3 days ago
parent
commit
81a79ae9f1
  1. 8
      apps/client/src/app/pages/resources/markets/resources-markets.component.html

8
apps/client/src/app/pages/resources/markets/resources-markets.component.html

@ -3,7 +3,7 @@
<div class="mb-5">
<div class="mb-4 media">
<div class="media-body">
<h3 class="h5 mt-0">Crypto Coins Heatmap</h3>
<h2 class="h5 mb-1 mt-0">Crypto Coins Heatmap</h2>
<div class="mb-1">
With the <i>Crypto Coins Heatmap</i> you can track the daily market
movements of cryptocurrencies as a visual snapshot.
@ -17,7 +17,7 @@
</div>
<div class="mb-4 media">
<div class="media-body">
<h3 class="h5 mt-0">Fear & Greed Index</h3>
<h2 class="h5 mb-1 mt-0">Fear & Greed Index</h2>
<div class="mb-1">
The fear and greed index was developed by <i>CNNMoney</i> to measure
the primary emotions (fear and greed) that influence how much
@ -32,7 +32,7 @@
</div>
<div class="media">
<div class="mb-4 media">
<h3 class="h5 mt-0">Inflation Chart</h3>
<h2 class="h5 mb-1 mt-0">Inflation Chart</h2>
<div class="mb-1">
<i>Inflation Chart</i> helps you find the intrinsic value of stock
markets, stock prices, goods and services by adjusting them to the
@ -48,7 +48,7 @@
</div>
<div class="media">
<div class="media-body">
<h3 class="h5 mt-0">Stock Heatmap</h3>
<h2 class="h5 mb-1 mt-0">Stock Heatmap</h2>
<div class="mb-1">
With the <i>Stock Heatmap</i> you can track the daily market movements
of stocks as a visual snapshot.

Loading…
Cancel
Save