2727 -webkit-box-orient : vertical ;
2828 -webkit-box-direction : normal ;
2929 -ms-flex-direction : column ;
30- flex-direction : column ;
30+ flex-direction : column ;
3131}
3232
3333.initial-content ,
@@ -38,12 +38,12 @@ body {
3838.page {
3939 @include breakpoint ($large ) {
4040 float : right ;
41- width : calc (100% - #{ $right-sidebar-width-narrow } );
41+ width : calc (100% );
4242 padding-right : $right-sidebar-width-narrow ;
4343 }
4444
4545 @include breakpoint ($x-large ) {
46- width : calc (100% - #{ $right-sidebar-width } );
46+ width : calc (100% );
4747 padding-right : $right-sidebar-width ;
4848 }
4949
@@ -93,22 +93,27 @@ body {
9393 border-bottom : 1px solid $border-color ;
9494 }
9595
96- h1 , h2 , h3 , h4 , h5 , h6 {
97- .header-link {
98- position : relative ;
99- left : 0.5em ;
100- opacity : 0 ;
101- font-size : 0.8em ;
102- -webkit-transition : opacity 0.2s ease-in-out 0.1s ;
103- -moz-transition : opacity 0.2s ease-in-out 0.1s ;
104- -o-transition : opacity 0.2s ease-in-out 0.1s ;
105- transition : opacity 0.2s ease-in-out 0.1s ;
106- }
107-
108- & :hover .header-link {
109- opacity : 1 ;
110- }
111- }
96+ h1 ,
97+ h2 ,
98+ h3 ,
99+ h4 ,
100+ h5 ,
101+ h6 {
102+ .header-link {
103+ position : relative ;
104+ left : 0.5em ;
105+ opacity : 0 ;
106+ font-size : 0.8em ;
107+ -webkit-transition : opacity 0.2s ease-in-out 0.1s ;
108+ -moz-transition : opacity 0.2s ease-in-out 0.1s ;
109+ -o-transition : opacity 0.2s ease-in-out 0.1s ;
110+ transition : opacity 0.2s ease-in-out 0.1s ;
111+ }
112+
113+ & :hover .header-link {
114+ opacity : 1 ;
115+ }
116+ }
112117
113118 p ,
114119 li ,
0 commit comments