This commit is contained in:
gijsio
2020-07-31 13:49:47 +02:00
parent c39235ce0c
commit 33e2619602
3 changed files with 15 additions and 5 deletions

View File

@@ -242,12 +242,21 @@ li.hot {
.theme--light.v-toolbar {
color: #171730!important;
}
/* changes 13-07-2020:
corrected tabs in table of contents (top right)
*/
nav#TableOfContents {
display: contents;
overflow-y: scroll;
max-height: 640px;
}
nav#TableOfContents > ul{
padding-left:0px
}
img {
max-width: 90%;
margin-left: 0;