diff --git a/app/retail/templates/home/protocol-grants/protocol-grants.html b/app/retail/templates/home/protocol-grants/protocol-grants.html index 8c6e4f2be5b..e03958348ad 100644 --- a/app/retail/templates/home/protocol-grants/protocol-grants.html +++ b/app/retail/templates/home/protocol-grants/protocol-grants.html @@ -165,6 +165,9 @@ #protocol-grants .grants .text { top: 100px; } + #protocol-grants .text { + width: 100%; + } } @media only screen and (max-width: 780px) { #protocol-grants .grants .text { @@ -181,6 +184,41 @@ } } + @media only screen and (max-width: 400px) { + #protocol-grants .protocol-img { + --reducedWidth: 50; + background-size: calc(235px * (var(--reducedWidth) / 100)) + calc(122px * (var(--reducedWidth) / 100)); + width: calc(235px * (var(--reducedWidth) / 100)); + height: calc(122px * (var(--reducedWidth) / 100)); + margin-left: calc(0px - 117px * (var(--reducedWidth) / 100)); + } + + #protocol-grants .grants-img { + --reducedWidth: 50; + background-size: calc(217px * (var(--reducedWidth) / 100)) + calc(217px * (var(--reducedWidth) / 100)); + width: calc(217px * (var(--reducedWidth) / 100)); + height: calc(217px * (var(--reducedWidth) / 100)); + left: 50%; + top: -27px; + margin-left: calc(0px - 108px * (var(--reducedWidth) / 100)); + } + #protocol-grants .circle { + --reducedWidth: 30; + background-size: calc(480px * (var(--reducedWidth) / 100)) + calc(480px * (var(--reducedWidth) / 100)); + width: calc(480px * (var(--reducedWidth) / 100)); + height: calc(480px * (var(--reducedWidth) / 100)); + margin-left: calc(0px - (240px * (var(--reducedWidth) / 100))); + margin-top: calc(0px - (240px * (var(--reducedWidth) / 100))); + } + + #protocol-grants .grants .text { top: 95px; } + + + } + p.round-text a { text-decoration: underline; } @@ -188,9 +226,25 @@
-

Gitcoin Alpha Round (17-31Jan)

+

+ Gitcoin Alpha Round (17-31Jan) +

- We invite you to participate in our Gitcoin Program Alpha Round, a set of 3 Quadratic Funding grants rounds that will allocate a $1M total matching pool to Open Source, Ethereum Infrastructure, and Climate Solutions. + We invite you to participate in our Gitcoin Program Alpha Round, a set + of 3 Quadratic Funding grants rounds that will allocate a $1M total + matching pool to + Open Source, + Ethereum Infrastructure, and + Climate Solutions.