From 8f0451f7c617b6c9254fa600e755cb2a5b4effdf Mon Sep 17 00:00:00 2001 From: hungdinh82 Date: Tue, 18 Feb 2025 15:18:20 +0700 Subject: [PATCH] fix: update DocSearch-Button styling for better responsiveness --- src/css/custom.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/css/custom.css b/src/css/custom.css index 08bc32fae..01e3793c7 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -127,6 +127,9 @@ html { @media (min-width: 997px) { @apply w-auto justify-between; } + @media (max-width: 996px) { + @apply mr-7; + } .DocSearch-Search-Icon { @apply text-docusaurusColorBase; }