mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 01:10:02 +02:00
fix: fixes inconsistent mod item image height
This commit is contained in:
parent
35f150d5fa
commit
5f8a261d36
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ export default function ModsList({ mods }: ModsListProps) {
|
|||
href={`/mods/${mod.id}`}
|
||||
className="flex flex-col gap-4 border-transparent transition-colors duration-100 hover:opacity-90"
|
||||
>
|
||||
<div className="relative mb-0 block aspect-[1.85/1] h-48 overflow-hidden rounded-md border-2 border-dark object-cover shadow-md lg:h-auto">
|
||||
<div className="relative mb-0 block aspect-[1.85/1] h-48 overflow-hidden rounded-md border-2 border-dark object-cover shadow-md">
|
||||
<img
|
||||
src={mod.image}
|
||||
alt={mod.name}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue