Responsive for doc card

This commit is contained in:
Matt Vanderpol
2024-12-16 10:57:32 -08:00
parent 870ced2bab
commit 013fbb2991

View File

@@ -116,3 +116,10 @@ figure figcaption {
font-size: inherit;
}
@media(min-width: 997px) {
[class^=docMainContainer_] [class^=generatedIndexPage_] {
max-width: 83% !important;
}
}