diff --git a/docs/assets/stylesheets/home.css b/docs/assets/stylesheets/home.css index 2e9a9d2e..e2ccd870 100644 --- a/docs/assets/stylesheets/home.css +++ b/docs/assets/stylesheets/home.css @@ -3,11 +3,13 @@ background: url("data:image/svg+xml;utf8,") no-repeat bottom, linear-gradient(to bottom, rgb(255 255 255/.8), #ffdd98 99%, var(--md-default-bg-color) 99%); + background-size: contain; padding-top: 1rem; } [data-md-color-scheme="slate"] .mdx-container { background: url("data:image/svg+xml;utf8,") no-repeat bottom, rgba(9, 9, 9, 0.95); + background-size: contain; } .mdx-hero {