From 63fcd0d5cecd24536c44ce71ba4b55291d51c154 Mon Sep 17 00:00:00 2001 From: Hristo Nedelkov Date: Fri, 5 Jan 2024 09:55:23 +0200 Subject: [PATCH] Update overviewLayout.css --- src/pages/ValidatorOnboarding/Overview/overviewLayout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/ValidatorOnboarding/Overview/overviewLayout.css b/src/pages/ValidatorOnboarding/Overview/overviewLayout.css index a44886bc..3e445853 100644 --- a/src/pages/ValidatorOnboarding/Overview/overviewLayout.css +++ b/src/pages/ValidatorOnboarding/Overview/overviewLayout.css @@ -22,7 +22,7 @@ flex-wrap: wrap; } .overview-card { - width: 150%; + width: 160%; margin-bottom: 16px; } }