Skip to content

Commit f94df2b

Browse files
authored
fix: responsive DocSearch-Button (#277)
fix: update DocSearch-Button styling for better responsiveness
1 parent e7f0e01 commit f94df2b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/css/custom.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@ html {
127127
@media (min-width: 997px) {
128128
@apply w-auto justify-between;
129129
}
130+
@media (max-width: 996px) {
131+
@apply mr-7;
132+
}
130133
.DocSearch-Search-Icon {
131134
@apply text-docusaurusColorBase;
132135
}

0 commit comments

Comments
 (0)