File tree Expand file tree Collapse file tree 3 files changed +3
-21
lines changed Expand file tree Collapse file tree 3 files changed +3
-21
lines changed Original file line number Diff line number Diff line change 1
1
.sidebar {
2
- position : relative ;
3
- z-index : 1 ;
4
- padding : $small-spacing 0 ;
5
2
6
3
@include media ($large-screen-up ) {
7
- // fixed sidebar, full height
8
- @include span-columns (3.5 );
9
4
margin-right : 0 ;
10
- width : 19em ;
11
5
border-bottom : 0 ;
12
6
padding : $small-spacing $base-spacing $base-spacing * 1.5 ;
13
-
14
- & ::before {
15
- @include position (absolute , 0 0 0 -100vw );
16
- content : " " ;
17
- display : block ;
18
- z-index : -1 ;
19
- }
20
-
21
- & ::after {
22
- clear : both ;
23
- display : block ;
24
- }
25
7
}
26
8
27
9
@media (min-width : 1200px ) {
Original file line number Diff line number Diff line change 1
1
{{ #es-header }}
2
2
{{ search-input }}
3
3
{{ /es-header }}
4
- <main class =" container margin-vertical-medium" >
4
+ <main class =" container margin-vertical-medium layout-grid " >
5
5
{{ outlet }}
6
6
</main >
7
7
{{ es-footer }}
Original file line number Diff line number Diff line change 1
- <aside class =" sidebar" >
1
+ <aside class =" sidebar col-1-large col-6 " >
2
2
<ol class =" toc-level-0" >
3
3
<li class =" toc-level-0 large margin-bottom-small list-unstyled" data-test-home>
4
4
{{ #link-to ' project' ' ember' }} Home{{ /link-to }}
36
36
isShowingNamespaces = (version-lt selectedProjectVersion.compactVersion ' 2.16' )
37
37
}}
38
38
</aside >
39
- <section class =" content" >
39
+ <section class =" content col-6 col-5-large " >
40
40
{{ outlet }}
41
41
</section >
You can’t perform that action at this time.
0 commit comments