From 23b7effac90cf23a397cc9821a919a6791486856 Mon Sep 17 00:00:00 2001 From: mfwmyfacewhen <94880365+mfwmyfacewhen@users.noreply.github.com> Date: Wed, 22 Feb 2023 10:44:03 +0000 Subject: [PATCH] Fix Black Line on Brave (#2018) Signed-off-by: Daniel Gray --- docs/assets/stylesheets/home.css | 2 ++ 1 file changed, 2 insertions(+) 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 {