diff --git a/auth4genai/style.css b/auth4genai/style.css index e31df745f..58ba4b6ea 100644 --- a/auth4genai/style.css +++ b/auth4genai/style.css @@ -268,9 +268,3 @@ html[style*="color-scheme: dark"] { .img-sizing { max-width: 50%; } - -/* FIXME: Temporary override for both the original SDK cards and the custom cards due to large margin in Mintlify's latest changes to their component styling */ -.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)) { - margin-top: 0; - margin-bottom: 0; -}