We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5712401 commit 72078b8Copy full SHA for 72078b8
_stylesheets/curriculum.scss
@@ -34,19 +34,16 @@ table{
34
.col-content, .col-toc{
35
transition: padding 300ms, opacity 200ms;
36
}
37
-
38
.col-toc{
39
position: fixed;
40
right: -16.66667%;
41
right: 0;
42
opacity: 0;
43
44
45
.shift-left{
46
&.col-content{
47
padding-right: 16.66667%;
48
49
50
&.col-toc{
51
52
opacity: 1;
@@ -78,7 +75,6 @@ table{
78
75
79
76
80
77
81
82
#toc{
83
transition: margin 300ms;
84
font-size: .7em;
0 commit comments