File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ <h2 class="section-title">Recent Events</h2>
38
38
< div class ="events__spacer "> </ div >
39
39
< div class ="events__img-container ">
40
40
< div class ="events__img-overlay ">
41
- <!--<a class="events__link" href="{{ post.link }}" target="_blank">-->
42
41
< a class ="events__link " href ="{{ post.url }} ">
43
42
< i class ="events__icon fas fa-external-link-square-alt "> </ i >
44
43
</ a >
Original file line number Diff line number Diff line change 284
284
.events__title-container {
285
285
width : 100% ;
286
286
height : 100% ;
287
- background : rgba (0 , 0 , 0 , 0.9 );
287
+ background : rgba (0 , 0 , 0 , 0.7 );
288
288
}
289
289
290
290
.events__img-title {
345
345
opacity : 1 ;
346
346
}
347
347
348
+ .events__img {
349
+ transition : all 0.5s ease-in-out ;
350
+ }
351
+
352
+
353
+ .events__img-container :hover > .events__img {
354
+ -webkit-transform : scale (1.05 );
355
+ }
356
+
348
357
.events__icon {
349
358
font-size : 2em ;
350
359
position : relative ;
You can’t perform that action at this time.
0 commit comments