File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -147,9 +147,11 @@ function Home() {
147147 < div className = 'row' >
148148 < div className = 'col' >
149149 < article className = { clsx ( styles . box ) } >
150- < a className = { clsx ( styles . imagefeature ) } href = "blog/2020/10/16/创意计算授课实践与总结/" target = "_blank" >
150+ < div className = { clsx ( styles . imageFeature ) } >
151+ < a href = "blog/2020/10/16/创意计算授课实践与总结/" target = "_blank" >
151152 < img src = "/img/cover.JPG" alt = "创意计算授课实践与总结" > </ img >
152153 </ a >
154+ </ div >
153155 < h3 >
154156 < a href = "blog/2020/10/16/创意计算授课实践与总结/" target = "_blank" > 创意计算授课实践与总结</ a >
155157 </ h3 >
@@ -158,9 +160,11 @@ function Home() {
158160 </ div >
159161 < div className = 'col' >
160162 < article className = { clsx ( styles . box ) } >
161- < a className = { clsx ( styles . imagefeature ) } href = "/blog/2020/11/03/3.7-release" target = "_blank" >
163+ < div className = { clsx ( styles . imageFeature ) } >
164+ < a href = "/blog/2020/11/03/3.7-release" target = "_blank" >
162165 < img src = "/img/adapter373.png" alt = "CodeLab Adapter 3.7 发布" > </ img >
163166 </ a >
167+ </ div >
164168 < h3 >
165169 < a href = "/blog/2020/11/03/3.7-release" target = "_blank" > CodeLab Adapter 3.7 发布</ a >
166170 </ h3 >
@@ -169,9 +173,11 @@ function Home() {
169173 </ div >
170174 < div className = 'col' >
171175 < article className = { clsx ( styles . box ) } >
172- < a className = { clsx ( styles . imagefeature ) } href = "/blog/2020/11/05/daysatcodelabbykunhao" target = "_blank" >
176+ < div className = { clsx ( styles . imageFeature ) } >
177+ < a href = "/blog/2020/11/05/daysatcodelabbykunhao" target = "_blank" >
173178 < img src = "/img/talk.jpg" alt = "CodeLab实习记" > </ img >
174179 </ a >
180+ </ div >
175181 < h3 >
176182 < a href = "/blog/2020/11/05/daysatcodelabbykunhao" target = "_blank" > CodeLab 实习记</ a >
177183 </ h3 >
Original file line number Diff line number Diff line change 440440 padding-bottom : 0 ;
441441
442442}
443+
444+ .imageFeature {
445+ padding-bottom : 2rem ;
446+ }
You can’t perform that action at this time.
0 commit comments