From 46415b1c8a13d7dbc3def921ef3d7efe7873973e Mon Sep 17 00:00:00 2001 From: Andrea Franz Date: Mon, 18 May 2020 11:35:01 +0200 Subject: [PATCH] fix error font size --- src/styles/Redeemable.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/styles/Redeemable.scss b/src/styles/Redeemable.scss index 813d47a..8ec78a4 100644 --- a/src/styles/Redeemable.scss +++ b/src/styles/Redeemable.scss @@ -100,7 +100,7 @@ } .nft-image { - margin: 0 auto; + margin: 0 auto 12px; max-width: 200px; max-height: 200px; border-radius: 8px; @@ -139,8 +139,9 @@ flex-grow: 1; overflow-y: auto; .error { + font-size: 0.8rem; background: red; - padding: 8px; + padding: 4px; font-weight: 500; border-radius: 4px; color: #fff;