File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 </script >
2323
2424<li >
25- <a class ="block overflow-hidden rounded-lg bg-transparent" {href }>
25+ <a class ="block w-full overflow-hidden rounded-lg bg-transparent" {href }>
2626 <Media
2727 src ={cover }
28- class =" aspect-video transition-transform duration-250 hover:scale-105"
28+ class =" web-u-media-ratio-16-9 w-full transition-transform duration-250 hover:scale-105"
2929 alt ={title }
3030 autoplay
3131 controls ={false }
Original file line number Diff line number Diff line change 2121 </script >
2222
2323<div class =" group flex w-full flex-col gap-8 pb-3 transition" >
24- <a class ="block overflow-hidden rounded-lg bg-transparent" {href }>
24+ <a class ="block w-full overflow-hidden rounded-lg bg-transparent" {href }>
2525 <Media
2626 src ={cover }
27- class =" aspect-video transition duration-250 ease-in-out group-hover:scale-105"
27+ class =" web-u-media-ratio-16-9 w-full transition duration-250 ease-in-out group-hover:scale-105"
2828 alt ={title }
2929 />
3030 </a >
Original file line number Diff line number Diff line change 222222 <article class =" web-feature-article mt-12" >
223223 <a
224224 href ={featured .href }
225- class =" web-feature-article-image h-fit overflow-hidden rounded-lg"
225+ class =" web-feature-article-image block w-full overflow-hidden rounded-lg"
226226 >
227227 <img
228228 src ={featured .cover }
229- class =" aspect-video transition-transform duration-250 hover:scale-102"
229+ class =" web-u-media-ratio-16-9 w-full transition-transform duration-250 hover:scale-102"
230230 loading =" lazy"
231231 alt =" cover"
232232 />
You can’t perform that action at this time.
0 commit comments