Skip to content

Commit

Permalink
fix: resize new logos
Browse files Browse the repository at this point in the history
  • Loading branch information
selina-kim committed Jan 9, 2024
1 parent 56df18b commit 608ab6d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file modified src/assets/sponsor_logos/berachain.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/assets/sponsor_logos/cohere.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/components/Sponsors.astro
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const logoList: Array<{
//TIER 2
{
image: {
class: "brightness-0 invert object-contain max-h-32 p-1",
class: "brightness-0 invert object-contain max-h-32 p-4",
src: cohere,
alt: "Cohere",
srcs: await getImgSrcs(cohere, [cohere.width]),
Expand Down Expand Up @@ -180,10 +180,10 @@ const logoList: Array<{
},
{
image: {
class: "brightness-0 invert object-contain max-h-32 p-1",
class: "brightness-0 invert object-contain max-h-32 p-4",
src: berachain,
alt: "Berachain",
srcs: await getImgSrcs(berachain, [1000, 1000]),
srcs: await getImgSrcs(berachain, [500, 500]),
sizes:
"(min-width: 1260px) 245px, (min-width: 1040px) calc(14vw + 71px), (min-width: 780px) 149px, (min-width: 640px) calc(50vw - 50px), calc(100vw - 64px)",
},
Expand Down

0 comments on commit 608ab6d

Please sign in to comment.