File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,10 @@ body {
12
12
width : 100% ;
13
13
}
14
14
15
- .header {
16
- z-index : 2 ;
17
- }
18
- @include media ($medium-large-screen-up ) {
15
+ @include media ($large-screen-up ) {
19
16
.header {
20
17
top : 0 ;
21
18
width : 100% ;
22
- position : fixed ;
23
19
}
24
20
25
21
main .container {
29
25
main .container .content {
30
26
position : relative ;
31
27
margin-right : 0 ;
32
- margin-top : $top-spacing ;
33
28
margin-bottom : 0 ;
34
29
overflow :auto ;
35
30
padding : $base-spacing ;
Original file line number Diff line number Diff line change 5
5
z-index : 1 ;
6
6
padding : $small-spacing 0 ;
7
7
8
- @include media ($medium-screen-up ) {
9
- margin-top : 11em ;
10
- }
11
-
12
8
@include media ($large-screen-up ) {
13
9
// fixed sidebar, full height
14
10
@include span-columns (3.5 );
17
13
border-bottom : 0 ;
18
14
border-right : $base-border ;
19
15
padding : $small-spacing $base-spacing $base-spacing * 1.5 ;
20
- margin-top : 5em ;
21
16
22
17
& ::before {
23
18
@include position (absolute , 0 0 0 -100vw );
You can’t perform that action at this time.
0 commit comments