Skip to content

Commit

Permalink
web: Fix footer
Browse files Browse the repository at this point in the history
  • Loading branch information
tbantle22 committed Nov 28, 2023
1 parent fc5df01 commit effd5df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/components/layouts/MainLayout/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
min-height: 100vh;

footer {
@apply absolute bottom-0 w-full h-8 flex justify-end px-3;
@apply w-full h-8 flex justify-end px-4;
}
}

.container {
@apply max-w-2xl py-40 px-4 mx-auto;
@apply max-w-2xl py-40 px-4 mx-auto min-h-[calc(100vh-5rem)];

h1 {
@apply mb-6 text-center;
Expand Down

0 comments on commit effd5df

Please sign in to comment.