Commit 105cb88a authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Améliore l'affichage du plan losqu'il est long.

No related merge requests found
Pipeline #12964 passed with stages
in 1 minute and 40 seconds
Showing with 16 additions and 0 deletions
+16 -0
......@@ -46,6 +46,22 @@ $heading4Size: 1em;
background: white;
}
#TOC {
width: 100%;
height: 100%;
& > ul {
display: flex;
flex-flow: column wrap;
width: 100%;
max-height: 80%;
li {
width: auto;
}
}
}
* > h1.title,
section.slide h1:first-child,
section.slide h2:first-child {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment