Skip to content

Commit

Permalink
fix footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Kr0nox committed Mar 25, 2024
1 parent 2122587 commit 2711ec3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<template>
<div class="flex flex-col">
<div class="flex flex-col min-h-screen">
<HeaderComponent class="w-full mt-0" />
<main class="flex flex-col items-center px-4 flex-1 py-5">
<ReferenceSection />
<hr class="my-5 w-full">
<PublicationsSection class="md:max-w-[90%]" />
</main>
<footer class="shadow border-t border-gray-100 py-2">
<footer class="shadow border-t border-gray-100 py-2 relative bottom-0">
<p class="ml-2">
&copy; 2024 JPlag
</p>
Expand Down

0 comments on commit 2711ec3

Please sign in to comment.