From 47f3f0599512eda683b69f1435338fb7e909f831 Mon Sep 17 00:00:00 2001 From: RadoslavDimchev Date: Thu, 25 Jan 2024 21:12:31 +0200 Subject: [PATCH] fix: margin bottom of sync cards --- src/pages/ValidatorOnboarding/KeyGeneration/index.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/ValidatorOnboarding/KeyGeneration/index.module.css b/src/pages/ValidatorOnboarding/KeyGeneration/index.module.css index 92927a64..fe6dc960 100644 --- a/src/pages/ValidatorOnboarding/KeyGeneration/index.module.css +++ b/src/pages/ValidatorOnboarding/KeyGeneration/index.module.css @@ -41,7 +41,7 @@ } } -@media (max-width: 740px) { +@media (max-width: 770px) { .header { margin-bottom: 16px; }