Skip to content

Commit

Permalink
update prizes
Browse files Browse the repository at this point in the history
  • Loading branch information
J164 committed Feb 28, 2025
1 parent 8d48746 commit 3537ae6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/prizes/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const prizesList = [
{
title: "Most Innovative Use of Solana", // solana
subheader: "(Track)",
amount: "$2,000",
amount: "First place: $2,000 Second place: $1,000",
imageSrc: "/home/sponsors/solana.svg",
code: "solana"
}
Expand Down
8 changes: 6 additions & 2 deletions components/Prize/Prize.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}

.prizeIcon {
height: 25%;
height: 20%;
z-index: 99;
width: 50%;
}
Expand Down Expand Up @@ -88,6 +88,10 @@
width: 50%;
}

.solanaPrize {
font-size: 1.1rem;
}

@media screen and (max-width: 768px) {
.medalContainer {
width: 98vw;
Expand Down Expand Up @@ -124,6 +128,6 @@
}

.solanaPrize {
font-size: 1.3rem;
font-size: 1.1rem;
}
}

0 comments on commit 3537ae6

Please sign in to comment.