adjust frontend footer margins

This commit is contained in:
Kyle Spearrin 2018-07-25 14:26:22 -04:00
parent f57d54249c
commit f576bbd3e1
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<router-outlet></router-outlet>
<div class="container mt-5 text-muted text-center">
<div class="container my-5 text-muted text-center">
&copy; 2018, 8bit Solutions LLC
<br> {{'versionNumber' | i18n : version}}
</div>