From bafb2e6e8478ba61001e756eedc538d31b4ee56f Mon Sep 17 00:00:00 2001 From: Justin Starry Date: Tue, 28 Jul 2020 13:20:25 +0800 Subject: [PATCH] Adjust explorer banner margins (#11233) --- explorer/src/components/Banner.tsx | 4 ++-- explorer/src/scss/_solana.scss | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) 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; +}