From dc2a7e16dcedbee9acf7cf0c7acc0a859713f911 Mon Sep 17 00:00:00 2001 From: yash khanpara <158573701+khanparaYash@users.noreply.github.com> Date: Thu, 19 Feb 2026 22:42:46 +0530 Subject: [PATCH 1/4] Fix: footer alignment issue on mobile view Signed-off-by: yash khanpara <158573701+khanparaYash@users.noreply.github.com> --- src/css/custom.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/css/custom.css b/src/css/custom.css index 1df207d36..2fb74aea5 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -452,6 +452,13 @@ footer svg { /* .footer .footer__block { display: block; } */ + .footer__copyright+div { + text-align: -webkit-center; + } + + .footer__icons.footer { + text-align: -webkit-center; + } } From 61d05a37e59b27550750e5787893d53e2346c20e Mon Sep 17 00:00:00 2001 From: yash khanpara <158573701+khanparaYash@users.noreply.github.com> Date: Thu, 19 Feb 2026 22:44:57 +0530 Subject: [PATCH 2/4] fix:className to class Signed-off-by: yash khanpara <158573701+khanparaYash@users.noreply.github.com> --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 25647b78a..c5f799a5d 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -214,7 +214,7 @@ module.exports = { -
+ From a43c45aab9495be4efad7ce363459d5e54e18a7b Mon Sep 17 00:00:00 2001 From: yash khanpara <158573701+khanparaYash@users.noreply.github.com> Date: Fri, 27 Mar 2026 10:50:30 +0530 Subject: [PATCH 3/4] Apply suggestion from @kilo-code-bot[bot] Co-authored-by: kilo-code-bot[bot] <240665456+kilo-code-bot[bot]@users.noreply.github.com> Signed-off-by: yash khanpara <158573701+khanparaYash@users.noreply.github.com> --- src/css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/custom.css b/src/css/custom.css index 999a45071..0371099be 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -518,7 +518,7 @@ footer svg { display: block; } */ .footer__copyright+div { - text-align: -webkit-center; + text-align: center; } .footer__icons.footer { From 6f6dc7e92d29269d4d7e99a777ebd93dc7341fa6 Mon Sep 17 00:00:00 2001 From: yash khanpara <158573701+khanparaYash@users.noreply.github.com> Date: Fri, 27 Mar 2026 10:50:49 +0530 Subject: [PATCH 4/4] Apply suggestion from @kilo-code-bot[bot] Co-authored-by: kilo-code-bot[bot] <240665456+kilo-code-bot[bot]@users.noreply.github.com> Signed-off-by: yash khanpara <158573701+khanparaYash@users.noreply.github.com> --- src/css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/custom.css b/src/css/custom.css index 0371099be..a289bac67 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -522,7 +522,7 @@ footer svg { } .footer__icons.footer { - text-align: -webkit-center; + text-align: center; } }