Skip to content

Commit

Permalink
revert back to original styling format without nesting
Browse files Browse the repository at this point in the history
  • Loading branch information
YUUU23 committed Jul 17, 2024
1 parent a207839 commit 76a8741
Showing 1 changed file with 2 additions and 32 deletions.
34 changes: 2 additions & 32 deletions src/css/toc.css
Original file line number Diff line number Diff line change
@@ -1,36 +1,6 @@
/**
* For table of content items
* For table of contents items
*/
.TOC {
display: flex;
flex-direction: column;
align-items: center;
justify-self: center;
margin: 1.5vh 0;
padding: 0;

> ul {
display: inline-block;
text-align: center;
list-style: none;
padding: 0;
margin: 0;

> li {
margin-bottom: 1.5vh;
font-size: large;

> ul {
text-align: center;
list-style: none;
padding: 0;
margin: 0;
font-size: smaller;
}
}
}
}
/*
.TOC {
display: flex;
flex-direction: column;
Expand Down Expand Up @@ -59,4 +29,4 @@
padding: 0;
margin: 0;
font-size: smaller;
} */
}

0 comments on commit 76a8741

Please sign in to comment.