From 405d9d4f90c5067d09e7e56fff6689b8250ca12c Mon Sep 17 00:00:00 2001 From: RadoslavDimchev Date: Wed, 10 Jan 2024 09:43:04 +0200 Subject: [PATCH] feat: add margin bottom to header with media query --- .../ValidatorOnboarding/KeyGeneration/index.module.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/pages/ValidatorOnboarding/KeyGeneration/index.module.css b/src/pages/ValidatorOnboarding/KeyGeneration/index.module.css index fb928a4d..dd1bb365 100644 --- a/src/pages/ValidatorOnboarding/KeyGeneration/index.module.css +++ b/src/pages/ValidatorOnboarding/KeyGeneration/index.module.css @@ -24,3 +24,9 @@ min-width: 40%; } } + +@media (max-width: 740px) { + .header { + margin-bottom: 16px; + } +}