Skip to content

Commit

Permalink
ens
Browse files Browse the repository at this point in the history
  • Loading branch information
neila committed Aug 4, 2024
1 parent 3cb34fa commit 3f8ae5b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 36 deletions.
37 changes: 5 additions & 32 deletions public/logo/ENSLogo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions src/components/organisms/Supporters.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ const SupportersSection = () => {
bronze: "1.5rem",
partner: "1.5rem",
},
desktop: {
laptop: {
platinum: "2rem",
gold: "2rem",
gold: "2.5rem",
silver: "2rem",
bronze: "2rem",
partner: "1.5rem",
Expand All @@ -109,9 +109,9 @@ const SupportersSection = () => {
padding: ${padding.tablet[tier]};
}
${mq.desktop} {
${mq.laptop} {
max-width: ${sizes.laptop[tier]}%;
padding: ${padding.desktop[tier]};
padding: ${padding.laptop[tier]};
}
`}
>
Expand Down

0 comments on commit 3f8ae5b

Please sign in to comment.