Skip to content

Commit

Permalink
Resources: Do not set footer as center
Browse files Browse the repository at this point in the history
Signed-off-by: Dicky Herlambang (花) <herlambangdicky5@gmail.com>
  • Loading branch information
Nicklas373 committed Apr 28, 2024
1 parent 4ddc0f4 commit 990a87d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/views/includes/footer.blade.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div class="w-full bg-lt bg-opacity-75 p-2 shadow backdrop-blur-md md:flex md:items-center md:justify-between flex flex-col">
<div class="w-full bg-lt bg-opacity-75 p-2 shadow backdrop-blur-md md:flex md:justify-between flex flex-col">
<span class="font-quicksand font-bold rounded text-dt1">© 2024 <a href="https://github.com/Nicklas373/Hana-PDF" class="hover:underline">HANA-CI Build Project</a></span>
</div>
2 changes: 1 addition & 1 deletion resources/views/includes/sticky-footer.blade.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div class="w-full bottom-0 left-0 right-0 bg-lt bg-opacity-75 p-2 shadow backdrop-blur-md md:flex md:items-center md:justify-between">
<div class="w-full bottom-0 left-0 right-0 bg-lt bg-opacity-75 p-2 shadow backdrop-blur-md md:flex md:justify-between">
<span class="font-quicksand font-bold rounded text-dt1">© 2024 <a href="https://github.com/Nicklas373/Hana-PDF" class="hover:underline">HANA-CI Build Project</a></span>
</div>

0 comments on commit 990a87d

Please sign in to comment.