File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
<div class =" sidebar" >
2
- <ul class =" main-menu" >
3
- <% - partial (' partials/main_menu' , { context: ' sidebar' }) %>
4
- </ul >
2
+ <div class =" sidebar-inner-index" >
3
+ <ul class =" main-menu" >
4
+ <% - partial (' partials/main_menu' , { context: ' sidebar' }) %>
5
+ </ul >
6
+ </div >
5
7
</div >
6
8
7
9
<div id =" hero" >
Original file line number Diff line number Diff line change 90
90
@media screen and (max-width : 900px )
91
91
.sidebar
92
92
position : fixed
93
- z-index : 8
93
+ z-index : 10
94
94
background-color : #f9 f9 f9
95
95
height : 100%
96
96
top : 0
100
100
-webkit- transform : translate (- 280px , 0 )
101
101
transform : translate (- 280px , 0 )
102
102
.sidebar-inner
103
- padding : 60 px 30 px 30 px
103
+ padding : 50 px 10 px 10 px 20 px
104
104
box-sizing : border-box
105
+ .sidebar-inner-index
106
+ padding : 10px 10px 10px 20px
105
107
.search-query
106
108
width : 200px
107
109
margin-bottom : 10px
You can’t perform that action at this time.
0 commit comments