diff --git a/docs/index.md b/docs/index.md index 9d2d14a8f..828911c49 100644 --- a/docs/index.md +++ b/docs/index.md @@ -146,7 +146,7 @@ hide:
-
+
diff --git a/overrides/stylesheets/extra.css b/overrides/stylesheets/extra.css index 2a0f786a3..92af94360 100644 --- a/overrides/stylesheets/extra.css +++ b/overrides/stylesheets/extra.css @@ -288,6 +288,18 @@ a:hover .hero-caption { font-weight: bold; } +/* code badge */ +.code-badge { + width: 100%; + height: auto; + margin: 0 auto; +} + +.code-badge img { + height: 1.07em; + width: auto; +} + /* device */ .device-on-hover { width: auto;