forked from UKSOURCE/ipv6
fix: event time, background logo membership
This commit is contained in:
@@ -56,7 +56,7 @@ const LogoCard = ({ item }: { item: MemberItem }) => {
|
||||
<div className="flex flex-col items-center group w-full">
|
||||
{/* Card containing the logo image or fallback placeholder */}
|
||||
<div
|
||||
className={`w-full h-28 flex items-center justify-center bg-white/95 rounded-2xl border border-white/5 group-hover:scale-[1.03] transition-all duration-300 shadow-md ${
|
||||
className={`w-full h-28 flex items-center justify-center bg-white rounded-2xl border border-white/5 group-hover:scale-[1.03] transition-all duration-300 shadow-md ${
|
||||
hasLogo && isSquareOrTall ? "p-2.5" : "p-4.5"
|
||||
}`}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user