Skip to content

Commit 314f3f3

Browse files
committed
Update documentation
1 parent a855258 commit 314f3f3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs-mkdocs/docs/stylesheets/extra.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -208,9 +208,9 @@
208208

209209
/* Make site logo bigger - more specific targeting */
210210
.md-logo img {
211-
height: 2.4rem !important;
211+
height: 2rem !important;
212212
width: auto !important;
213-
max-height: 2.4rem !important;
213+
max-height: 2rem !important;
214214
}
215215

216216
.md-header .md-logo {
@@ -223,7 +223,7 @@
223223

224224
/* Force logo size in all contexts */
225225
img[src*="github_logo.png"] {
226-
height: 2.4rem !important;
226+
height: 2rem !important;
227227
width: auto !important;
228228
}
229229

@@ -239,7 +239,7 @@ img[src*="github_logo.png"] {
239239
}
240240

241241
.md-header .md-ellipsis {
242-
font-size: 1.2rem;
242+
font-size: 1rem;
243243
}
244244

245245
/* Search button spacing */

0 commit comments

Comments
 (0)