File tree 3 files changed +7
-10
lines changed
3 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 15
15
16
16
### Bug Fixes
17
17
18
+ - Fix breadcrumb navigation alignment. [ #1917 ] ( https://github.com/mmistakes/minimal-mistakes/issues/1917 )
18
19
- Fix Algolia search link positioning. [ #1904 ] ( https://github.com/mmistakes/minimal-mistakes/pull/1904 )
19
20
- Fix Lunr search index merging words. [ #1883 ] ( https://github.com/mmistakes/minimal-mistakes/issues/1883 )
20
21
- Properly apply ` relative_url ` filter to internal links in header overlay ` actions ` array.
Original file line number Diff line number Diff line change 10
10
@include clearfix ;
11
11
margin : 0 auto ;
12
12
max-width : 100% ;
13
- padding-left : 2 em ;
14
- padding-right : 2 em ;
13
+ padding-left : 1 em ;
14
+ padding-right : 1 em ;
15
15
font-family : $sans-serif ;
16
16
-webkit-animation : $intro-transition ;
17
17
animation : $intro-transition ;
18
18
-webkit-animation-delay : 0.3s ;
19
19
animation-delay : 0.3s ;
20
20
21
- @include breakpoint ($large ) {
22
- padding-left : 1em ;
23
- padding-right : 1em ;
24
- }
25
-
26
21
@include breakpoint ($x-large ) {
27
22
max-width : $x-large ;
28
23
}
34
29
35
30
@include breakpoint ($large ) {
36
31
float : right ;
37
- width : span ( 10 of 12 );
32
+ width : calc ( 100 % - #{ $right-sidebar-width-narrow } );
38
33
}
39
34
40
35
@include breakpoint ($x-large ) {
41
- padding-left : gutter ( 0.5 of 12 );
36
+ width : calc ( 100 % - #{ $right-sidebar-width } );
42
37
}
43
38
}
44
39
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ permalink: /docs/history/
4
4
excerpt : " Change log of enhancements and bug fixes made to the theme."
5
5
sidebar :
6
6
nav : docs
7
- last_modified_at : 2018-10-23T10:38:36 -04:00
7
+ last_modified_at : 2018-10-29T08:54:43 -04:00
8
8
toc : true
9
9
---
10
10
@@ -25,6 +25,7 @@ toc: true
25
25
26
26
### Bug Fixes
27
27
28
+ - Fix breadcrumb navigation alignment. [ #1917 ] ( https://github.com/mmistakes/minimal-mistakes/issues/1917 )
28
29
- Fix Algolia search link positioning. [ #1904 ] ( https://github.com/mmistakes/minimal-mistakes/pull/1904 )
29
30
- Fix Lunr search index merging words. [ #1883 ] ( https://github.com/mmistakes/minimal-mistakes/issues/1883 )
30
31
- Properly apply ` relative_url ` filter to internal links in header overlay ` actions ` array.
You can’t perform that action at this time.
0 commit comments