Skip to content

Commit

Permalink
Push footer to the bottom of the visible page (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito authored Dec 3, 2024
1 parent c599b10 commit 221e50c
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 221e50c

Please sign in to comment.