From 7970be4fa3cca8bf6edfd2c39fa7f5fe38aca4fc Mon Sep 17 00:00:00 2001 From: Yuri Teplyakov Date: Tue, 15 Oct 2024 16:23:22 +0200 Subject: [PATCH] ktl-1686 feat: make b variant default --- blocks/main/hero/hero.module.css | 27 +++------------------------ blocks/main/hero/hero.tsx | 13 +------------ 2 files changed, 4 insertions(+), 36 deletions(-) diff --git a/blocks/main/hero/hero.module.css b/blocks/main/hero/hero.module.css index 6ae5df42ac2..7738ae6350e 100644 --- a/blocks/main/hero/hero.module.css +++ b/blocks/main/hero/hero.module.css @@ -4,25 +4,15 @@ background: #19191C; padding: 48px 0; overflow: hidden; - - @media (--ktl-ts-min) { - padding: 72px 0; - } - - @media (--ktl-ds-min) { - padding: 96px 0; - } - -} - -.heroSection[data-optimizely-id='hero-ab'] { text-align: center; @media (--ktl-ts-min) { + padding: 72px 0; .content { margin-left: 38px; } } @media (--ktl-ds-min) { + padding: 96px 0; .content { margin-left: 90px; } @@ -53,10 +43,8 @@ .developerLogo { margin: 0; } + .developerCaption { - display: none; - } - .developerCaptionAb { display: block; margin-right: 8px; } @@ -275,15 +263,6 @@ } } -.developerCaption { - white-space: nowrap; - margin-left: 38px; -} - -.developerCaptionAb { - display: none; -} - .getStartedButton { background: #7F52FF !important; diff --git a/blocks/main/hero/hero.tsx b/blocks/main/hero/hero.tsx index 3acb01224c3..02f7bdf6c70 100644 --- a/blocks/main/hero/hero.tsx +++ b/blocks/main/hero/hero.tsx @@ -41,7 +41,7 @@ export const HeroSection: FC = ({ children, title }) => {
-
Developed by
+
Developed by
= ({ children, title }) => { > jetbrains logo{' '} -
- Kotlin, developed by  - - JetBrains - . -