Skip to content

Commit

Permalink
fix: style normalization for sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Sep 30, 2024
1 parent 3efa90c commit e07057e
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 25 deletions.
22 changes: 11 additions & 11 deletions src/assets/sponsors/datastax-black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 11 additions & 11 deletions src/assets/sponsors/datastax-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/components/AdImage.astro
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const className =
}

.ad-image-wide {
max-width: 70vw;
height: auto;
width: 25vw;
}
</style>
4 changes: 2 additions & 2 deletions src/data/sponsors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ export const sponsorsBySlug = {
datastax: {
href: "https://www.datastax.com?utm_source=squiggleconf",
logos: {
dark: datastaxBlack,
light: datastaxWhite,
dark: datastaxWhite,
light: datastaxBlack,
},
placement: "first",
title: "Datastax",
Expand Down

0 comments on commit e07057e

Please sign in to comment.