From 50b1175eb8dbe3f626671825a86cee3c5e9bba08 Mon Sep 17 00:00:00 2001 From: Aaron Collier Date: Mon, 17 Jun 2024 17:42:42 +0200 Subject: [PATCH] Increase size of H2 elements --- docs/_static/css/global-customizations.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/_static/css/global-customizations.css b/docs/_static/css/global-customizations.css index 3f1dbbf22f..8b3d84b554 100644 --- a/docs/_static/css/global-customizations.css +++ b/docs/_static/css/global-customizations.css @@ -244,6 +244,10 @@ div.body { min-width: inherit; } +div.body h2 { + font-size: 200%; +} + @media screen and (max-width: 875px) { div.sphinxsidebar { width: calc(100% + 20px);