Skip to content

Commit cdfae72

Browse files
committed
aa
1 parent 2d47e08 commit cdfae72

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/app/conf/2024/sponsors.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ function List({
5555
key={i}
5656
className={clsx(
5757
"relative shrink-0 bg-[#251f30] rounded-md",
58-
"flex justify-center items-center",
58+
"flex justify-center",
59+
"items-center", // fix vertical align in Safari/iOS
5960
"border border-solid border-transparent hover:border-primary focus:border-primary",
6061
"transition-colors",
6162
"hover:shadow-primary/20 focus:shadow-primary/20 shadow-md outline-none",

0 commit comments

Comments
 (0)