diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-16 12:19:00 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-16 12:19:00 +0200 |
| commit | b0d2c31def3cae2cf42e23bf6547b33d314a539a (patch) | |
| tree | a279595410f7e488a69222fbf80f37e49ca6c99f /themes | |
| parent | f355a012b93e0c5ae5714e25289b043cf38e8f83 (diff) | |
| download | danixxyz-b0d2c31def3cae2cf42e23bf6547b33d314a539a.tar.gz danixxyz-b0d2c31def3cae2cf42e23bf6547b33d314a539a.zip | |
refactor: remove positioning classes from footer for consistency with header
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/danix-xyz-hacker/layouts/partials/footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/danix-xyz-hacker/layouts/partials/footer.html b/themes/danix-xyz-hacker/layouts/partials/footer.html index c649e84..a6d6130 100644 --- a/themes/danix-xyz-hacker/layouts/partials/footer.html +++ b/themes/danix-xyz-hacker/layouts/partials/footer.html @@ -1,4 +1,4 @@ -<footer class="mt-16 frosted-bar border-t py-12 relative z-20"> +<footer class="mt-16 frosted-bar border-t py-12"> <div class="container mx-auto px-4"> <div class="grid md:grid-cols-3 gap-8 mb-8"> <!-- About --> |
