diff --git a/explorer/src/components/Banner.tsx b/explorer/src/components/Banner.tsx index 15f2d08928..b1eb079ca0 100644 --- a/explorer/src/components/Banner.tsx +++ b/explorer/src/components/Banner.tsx @@ -40,7 +40,7 @@ export default function Banner() { if (estimate || start || end) { timeframe = (
-
+
{estimate && (
Estimated Duration: @@ -67,7 +67,7 @@ export default function Banner() {
-

+

{message}

diff --git a/explorer/src/scss/_solana.scss b/explorer/src/scss/_solana.scss index be52765f7d..9165072066 100644 --- a/explorer/src/scss/_solana.scss +++ b/explorer/src/scss/_solana.scss @@ -146,3 +146,7 @@ h4.slot-pill { .w-1 { width: 1%; } + +.line-height-md { + line-height: 1.5rem; +}