footer changement

This commit is contained in:
Your Name 2022-01-20 12:43:28 +01:00
parent 43fdce7f42
commit 7fb4585684
3 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<app-search-bar></app-search-bar>
<app-nav-bar></app-nav-bar>
<app-footer></app-footer>
<router-outlet></router-outlet>
<app-footer></app-footer>

View File

@ -1,4 +1,4 @@
<footer class="d-flex fixed-bottom">
<footer class="d-flex ">
<div class = "logo d-inline-flex align-items-center">
<img src="../../assets/Logo_footer.png">

View File

@ -5,3 +5,4 @@
<app-card-category [categoryData]="category"></app-card-category>
</div>
</div>