Add copyright and CoinGecko attribution

This commit is contained in:
Rene Vergara 2022-01-14 15:47:31 -06:00
parent e5ff05d814
commit cfd3d0852f
2 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,12 @@
main{
margin: auto;
}
.footer{
font-family: 'Saira Semi Condensed', sans-serif;
font-size: 12px;
}
.tiny{
font-size: 10px;
}

View File

@ -1,3 +1,7 @@
<main>
<router-outlet></router-outlet>
</main>
<div class="footer" align="center">
<p>&copy; 2022 Vergara Technologies LLC</p>
<p class="tiny">Price data provided by CoinGecko API</p>
</div>