summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-04-20 22:35:43 +0200
committerDanilo M. <danix@danix.xyz>2026-04-20 22:35:43 +0200
commitfb00bf9e6bed3cebf72da8bf90df6c4b8b1e543e (patch)
treefa9f6cef879dc23e9c9ad0b3dd69eff757351a35
parent04c1fc95723af91afd38f98792ed31a7f0c51f61 (diff)
downloaddanixxyz-fb00bf9e6bed3cebf72da8bf90df6c4b8b1e543e.tar.gz
danixxyz-fb00bf9e6bed3cebf72da8bf90df6c4b8b1e543e.zip
fix: correct Tailwind class in back-to-top button CSS (justify-center)
-rw-r--r--themes/danix-xyz-hacker/assets/css/main.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/danix-xyz-hacker/assets/css/main.css b/themes/danix-xyz-hacker/assets/css/main.css
index 667c57f..338a504 100644
--- a/themes/danix-xyz-hacker/assets/css/main.css
+++ b/themes/danix-xyz-hacker/assets/css/main.css
@@ -614,7 +614,7 @@ html.theme-light picture img[src="/images/default_thumbnail_dark.png"] {
/* Back to top button */
.back-to-top {
- @apply fixed bottom-6 right-6 z-40 w-11 h-11 rounded-full flex items-center justify-content-center;
+ @apply fixed bottom-6 right-6 z-40 w-11 h-11 rounded-full flex items-center justify-center;
background: var(--accent);
box-shadow: 0 0 12px rgba(var(--accent-rgb), 0.4);
transition: background 200ms ease, box-shadow 200ms ease;