Skip to content

Commit

Permalink
nesting css
Browse files Browse the repository at this point in the history
  • Loading branch information
YUUU23 committed Jul 17, 2024
1 parent facda17 commit a207839
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/css/toc.css
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
/**
* For table of content items
*/
/* .TOC {
.TOC {
display: flex;
flex-direction: column;
align-items: center;
justify-self: center;
margin: 1.5vh 0;
padding: 0;

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

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

ul {
> ul {
text-align: center;
list-style: none;
padding: 0;
Expand All @@ -29,8 +29,8 @@
}
}
}
} */

}
/*
.TOC {
display: flex;
flex-direction: column;
Expand Down Expand Up @@ -59,4 +59,4 @@
padding: 0;
margin: 0;
font-size: smaller;
}
} */

0 comments on commit a207839

Please sign in to comment.