Skip to content

Commit

Permalink
Push footer to the bottom of the visible page
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Dec 2, 2024
1 parent c63c9c9 commit 3300c82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/app.component.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<div class="relative min-h-screen">
<div class="flex min-h-screen flex-col">
<header class="mb-2">
<app-site-header></app-site-header>
</header>

<main class="break-words p-5 text-lg">
<main class="grow break-words p-5 text-lg">
<router-outlet />
<app-show-session></app-show-session>
</main>
Expand Down

0 comments on commit 3300c82

Please sign in to comment.