Skip to content

Commit a31ebaf

Browse files
style: better match Convex sponsor image padding and size (#295)
Co-authored-by: Tanner Linsley <[email protected]>
1 parent e9e06ba commit a31ebaf

File tree

3 files changed

+23
-25
lines changed

3 files changed

+23
-25
lines changed

app/images/convex-color.svg

Lines changed: 11 additions & 12 deletions
Loading

app/images/convex-white.svg

Lines changed: 11 additions & 12 deletions
Loading

app/utils/partners.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ export const partners: Partner[] = [
171171
libraries: ['start', 'router'],
172172
sidebarImgLight: convexColorSvg,
173173
sidebarImgDark: convexWhiteSvg,
174-
sidebarImgClass: 'py-1.5 scale-[1.3]',
174+
sidebarImgClass: 'py-5 scale-[1.1]',
175175
href,
176176
homepageImg: (
177177
<div className="dark:bg-black w-full h-full flex items-center justify-center px-4 py-6">

0 commit comments

Comments
 (0)