diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index b91ca5105..a617a2f95 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -45,3 +45,16 @@ margin: 0; padding: 0; } + +/* text sizing of tables, Alert, Warnings, Notes*/ +.md-typeset table { + font-size: 100% !important; +} + +.md-typeset code { + font-size: 100% !important; +} + +.md-typeset .admonition { + font-size: 100% !important; +}