File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -3,5 +3,10 @@ module.exports = [
3
3
name : 'Alan Ktquez' ,
4
4
image : 'alan-ktquez.png' ,
5
5
link : 'https://github.com/ktquez'
6
+ } ,
7
+ {
8
+ name : 'Okuto Oyama' ,
9
+ image : 'yamanoku.png' ,
10
+ link : 'https://github.com/yamanoku'
6
11
}
7
12
]
Original file line number Diff line number Diff line change 106
106
>
107
107
{{ $frontmatter.supportersText }}:
108
108
</h2 >
109
- <ul class =" flex flex-wrap justify-between flex-grow" >
109
+ <ul class =" flex flex-wrap flex-grow" >
110
110
<li
111
111
v-for =" (supporter, index) in $themeConfig.supporters"
112
112
:key =" `supporter-${index}`"
113
- class =" w-48 "
113
+ class =" ml-2 "
114
114
>
115
115
<a
116
116
:href =" supporter.link"
117
117
:aria-label =" `${supporter.name}`"
118
- class =" block w-12 h-12 overflow-hidden rounded-full"
118
+ class =" block w-12 h-12 overflow-hidden transition-transform transform rounded-full hover:scale-110 hover:shadow "
119
119
>
120
120
<img
121
121
:src =" `/img/supporters/${supporter.image}`"
You can’t perform that action at this time.
0 commit comments