From 66dc17a42eb45a9aabbbd55d604b0a5d5a9ec225 Mon Sep 17 00:00:00 2001 From: Muhammad Haris <101793258+headlessNode@users.noreply.github.com> Date: Mon, 30 Dec 2024 19:37:25 +0000 Subject: [PATCH] style: align backtotop icon along main axis --- assets/theme-css/backtotop.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/theme-css/backtotop.css b/assets/theme-css/backtotop.css index 2e360a31..87139209 100644 --- a/assets/theme-css/backtotop.css +++ b/assets/theme-css/backtotop.css @@ -23,6 +23,7 @@ #backtotop a { display: flex; align-items: center; + justify-content: center; outline: none; text-decoration: none; border: 0;