File tree Expand file tree Collapse file tree 2 files changed +22
-6
lines changed Expand file tree Collapse file tree 2 files changed +22
-6
lines changed Original file line number Diff line number Diff line change 1
- <div id =" sidebar-sponsors" >
1
+ <div id =" sidebar-sponsors-special " >
2
2
<div class =" main-sponsor" >
3
- <span >Sponsors</span >
3
+ <span >Special Sponsors</span >
4
4
<div >
5
- <% _ for (const sponsor of [... theme .special_sponsors , ... theme .platinum_sponsors ]) {_% >
5
+ <% _ for (const sponsor of theme .special_sponsors ) {_% >
6
+ < a href= " <%- sponsor.url %>" target= " _blank" class = " logo" >
7
+ < img src= " <%- url_for(`/images/${sponsor.wide_img || sponsor.img}`) %>" >
8
+ < / a>
9
+ < % _ } _%>
10
+ </div >
11
+ </div >
12
+ </div >
13
+
14
+ <div id =" sidebar-sponsors-platinum" >
15
+ <div class =" main-sponsor" >
16
+ <span >Patreon Sponsors</span >
17
+ <div >
18
+ <% _ for (const sponsor of theme .platinum_sponsors ) {_% >
6
19
< a href= " <%- sponsor.url %>" target= " _blank" class = " logo" >
7
20
< img src= " <%- url_for(`/images/${sponsor.wide_img || sponsor.img}`) %>" >
8
21
< / a>
Original file line number Diff line number Diff line change 3
3
font-size : .85em
4
4
.logo
5
5
color : $light
6
- margin-top : 6 px
6
+ margin-top : 10 px
7
7
text-align : center
8
8
font-weight : bold
9
9
display block
10
10
& :first-child
11
11
margin-top : 12px
12
12
& :last-child
13
- margin-bottom : 12 px
13
+ margin-bottom : 14 px
14
14
img , a
15
15
width : 125px
16
16
25
25
text-align : center
26
26
margin-bottom : 20px
27
27
28
+ #sidebar-sponsors-special
29
+ margin-top - 10px
30
+
28
31
@media screen and (min-width : 1300px )
29
- #sidebar-sponsors
32
+ #sidebar-sponsors-platinum
30
33
position fixed
31
34
z-index 99
32
35
top 90px
You can’t perform that action at this time.
0 commit comments