Skip to content

Commit

Permalink
Added CSS to prevent overlapping of text in headers
Browse files Browse the repository at this point in the history
  • Loading branch information
MartenBE committed Mar 12, 2024
1 parent 918322e commit 38115b3
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions docs/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ body {
.rst-content h6 {
font-family: "Montserrat", "Arial", sans-serif;
font-weight: 800;
line-height: 1em;
}

.rst-content h1 {
Expand Down Expand Up @@ -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);
} */

0 comments on commit 38115b3

Please sign in to comment.