We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a855258 commit 314f3f3Copy full SHA for 314f3f3
1 file changed
docs-mkdocs/docs/stylesheets/extra.css
@@ -208,9 +208,9 @@
208
209
/* Make site logo bigger - more specific targeting */
210
.md-logo img {
211
- height: 2.4rem !important;
+ height: 2rem !important;
212
width: auto !important;
213
- max-height: 2.4rem !important;
+ max-height: 2rem !important;
214
}
215
216
.md-header .md-logo {
@@ -223,7 +223,7 @@
223
224
/* Force logo size in all contexts */
225
img[src*="github_logo.png"] {
226
227
228
229
@@ -239,7 +239,7 @@ img[src*="github_logo.png"] {
239
240
241
.md-header .md-ellipsis {
242
- font-size: 1.2rem;
+ font-size: 1rem;
243
244
245
/* Search button spacing */
0 commit comments