From 38115b38ec3d237c811c76a698dc359fa2c6a3ab Mon Sep 17 00:00:00 2001 From: Martijn Saelens Date: Tue, 12 Mar 2024 16:43:06 +0100 Subject: [PATCH] Added CSS to prevent overlapping of text in headers --- docs/theme.css | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/docs/theme.css b/docs/theme.css index 5f96911..9c45f15 100644 --- a/docs/theme.css +++ b/docs/theme.css @@ -38,6 +38,7 @@ body { .rst-content h6 { font-family: "Montserrat", "Arial", sans-serif; font-weight: 800; + line-height: 1em; } .rst-content h1 { @@ -111,18 +112,6 @@ ul ul ul { list-style-type: circle; } -/* Uncomment if you want the theme to fill the entire width of the screen - */ -/* .wy-nav-content { +.wy-nav-content { max-width: 100%; -} */ - -/* tr, -th { - border-style: none; } - -td { - border-style: solid none none none; - border-color: var(--hogent-black); -} */