]> danix's work - danix.xyz-2.git/commitdiff
fix: correct Tailwind class in back-to-top button CSS (justify-center)
authorDanilo M. <redacted>
Mon, 20 Apr 2026 20:35:43 +0000 (22:35 +0200)
committerDanilo M. <redacted>
Mon, 20 Apr 2026 20:35:43 +0000 (22:35 +0200)
themes/danix-xyz-hacker/assets/css/main.css

index 667c57fa18859103fcfb964644238f857a2bb119..338a50480517e0ec12510e5ed07fb92643ee2c5f 100644 (file)
@@ -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;