Skip to content

Commit c8a6c5d

Browse files
committed
fix Graphweaver.svg logo centred on iOS/Safari
1 parent 21dd7bc commit c8a6c5d

File tree

3 files changed

+6
-26
lines changed

3 files changed

+6
-26
lines changed
Lines changed: 2 additions & 9 deletions
Loading

public/img/conf/Sponsors/IBM.svg

Lines changed: 3 additions & 16 deletions
Loading

src/app/conf/2024/sponsors.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function List({
5555
key={i}
5656
className={clsx(
5757
"relative shrink-0 bg-[#251f30] rounded-md",
58-
"flex justify-center",
58+
"flex justify-center items-center",
5959
"border border-solid border-transparent hover:border-primary focus:border-primary",
6060
"transition-colors",
6161
"hover:shadow-primary/20 focus:shadow-primary/20 shadow-md outline-none",

0 commit comments

Comments
 (0)