Skip to content

Commit

Permalink
Fixed footer position
Browse files Browse the repository at this point in the history
  • Loading branch information
ac-jorellanaf committed Nov 26, 2024
1 parent 0d85a93 commit c550ad3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@
<router-outlet />
</main>

<footer class="mt-2"><app-site-footer></app-site-footer></footer>
<footer class="absolute bottom-0 mt-2 w-full">
<app-site-footer></app-site-footer>
</footer>

0 comments on commit c550ad3

Please sign in to comment.