We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1cf2c6 commit cfe46daCopy full SHA for cfe46da
1 file changed
docs/stylesheets/extra.css
@@ -158,6 +158,8 @@ a.md-header__button.md-logo img {
158
background-color: white;
159
border: black 1px solid;
160
border-radius: 10px;
161
+ width: 100%;
162
+
163
}
164
165
.md-search__input::placeholder {
@@ -693,4 +695,10 @@ article.md-search-result__article p:not(.md-search-result__meta) {
693
695
-webkit-line-clamp: 3;
694
696
-webkit-box-orient: vertical;
697
overflow: hidden;
-}
698
+}
699
700
701
+.md-search__inner {
702
+ max-width: 30rem;
703
704
0 commit comments