We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cab4bc9 commit c5e56b6Copy full SHA for c5e56b6
examples/sites/src/style.css
@@ -32,11 +32,12 @@ b, strong {
32
position: absolute;
33
z-index: 1000;
34
top: 12px;
35
- left: 360px;
+ left: 210px;
36
}
37
38
.DocSearch-Container {
39
40
+ font-size: 14px;
41
42
43
.DocSearch-Button {
@@ -62,9 +63,9 @@ b, strong {
62
63
--docsearch-searchbox-background: #f5f5f5;
64
65
-@media screen and (max-width: 1023px) {
66
+@media screen and (max-width: 814px) {
67
.search-box {
- left: 420px;
68
+ left: 230px;
69
70
71
@@ -74,12 +75,6 @@ b, strong {
74
75
76
77
78
79
80
-
81
-@media screen and (max-width: 430px) {
82
- .search-box {
83
- left: 300px;
84
- }
85
-}
0 commit comments