autogen icon indicating copy to clipboard operation
autogen copied to clipboard

Decrease doc font size

Open gagb opened this issue 1 year ago • 0 comments

This pull request includes a small change to the python/packages/autogen-core/docs/src/_static/custom.css file. The change introduces a new CSS variable to set the base font size for the HTML element.

  • python/packages/autogen-core/docs/src/_static/custom.css: Added --pst-font-size-base CSS variable to set the base font size for the HTML element.

Old (landing page requires scrolling)

image

New (landing page fits and looks spacier; makes it easier to read the API reference as well)

image

gagb avatar Nov 30 '24 21:11 gagb