From 013fbb2991c0246becaa45ea8b9b1139b4632024 Mon Sep 17 00:00:00 2001 From: Matt Vanderpol Date: Mon, 16 Dec 2024 10:57:32 -0800 Subject: [PATCH] Responsive for doc card --- src/css/custom.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/css/custom.css b/src/css/custom.css index 12f613fb..bea185a4 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -116,3 +116,10 @@ figure figcaption { font-size: inherit; } + +@media(min-width: 997px) { + [class^=docMainContainer_] [class^=generatedIndexPage_] { + max-width: 83% !important; + } +} +