File tree 2 files changed +18
-7
lines changed
_sass/minimal-mistakes/minimal-mistakes
2 files changed +18
-7
lines changed Original file line number Diff line number Diff line change 76
76
.sidebar__right {
77
77
margin-bottom : 1em ;
78
78
79
+ & .contrib {
80
+ div {
81
+ // .align-right turns this off at small sizes
82
+ float : right ;
83
+ margin-left : 1em ;
84
+ }
85
+ }
86
+
79
87
@include breakpoint ($large ) {
80
88
position : absolute ;
81
89
top : 0 ;
100
108
}
101
109
}
102
110
103
- & .contrib {
104
- top : calc (#{$masthead-sticky } * 2 * #{$nav-height } );
105
- margin-bottom : -2em ;
106
- padding-right : 2.5em ;
107
- width : $right-sidebar-width-wide ;
108
- z-index : 0 ;
109
- }
111
+ & .contrib {
112
+ z-index : 0 ;
113
+ top : calc (#{$masthead-sticky } * 2 * #{$nav-height } );
114
+ margin-bottom : -2.5em ;
115
+ width : $right-sidebar-width-wide ;
116
+ margin-right : 0 ;
117
+ margin-top : 0.5em ;
118
+ }
110
119
}
111
120
112
121
@include breakpoint ($x-large ) {
Original file line number Diff line number Diff line change @@ -189,10 +189,12 @@ $max-width: $x-large !default;
189
189
Grid
190
190
========================================================================== */
191
191
192
+ $right-sidebar-width-thin : 100px !default ;
192
193
$right-sidebar-width-narrow : 200px !default ;
193
194
$right-sidebar-width : 300px !default ;
194
195
$right-sidebar-width-wide : 400px !default ;
195
196
197
+ $left-sidebar-width-thin : 100px !default ;
196
198
$left-sidebar-width-narrow : 200px !default ;
197
199
$left-sidebar-width : 400px !default ;
198
200
$left-sidebar-width-wide : 500px !default ;
You can’t perform that action at this time.
0 commit comments