Skip to content
Snippets Groups Projects
Commit 00e55e03 authored by alexisben's avatar alexisben
Browse files

toc

parent e2a3ccdb
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,7 @@
@include media-breakpoint-up(desktop)
font-size: $toc-title-font-size-desktop
padding: $header-nav-padding-y $grid-gutter calc(#{$header-nav-padding-y} + 1px)
padding: calc((var(--header-height)) / 2 - #{$body-size}) $grid-gutter
.toc
flex: 1
display: flex
......@@ -53,7 +54,10 @@
border-top: 0
position: absolute
padding-right: 0
top: $spacing0
top: 0
padding-top: 0
padding-bottom: 0
line-height: var(--header-height)
right: $grid-gutter
&::after
margin-left: $spacing0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment