From dc50ba4b7eaf262afefa0a6876ebcddadff5b592 Mon Sep 17 00:00:00 2001 From: LianaHus Date: Mon, 17 Jun 2019 14:06:22 +0200 Subject: [PATCH] fixed layout for resize --- src/app/ui/landing-page/landing-page.js | 29 +++++++++++++++---------- 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/src/app/ui/landing-page/landing-page.js b/src/app/ui/landing-page/landing-page.js index c92f49efb9..91e123e7de 100644 --- a/src/app/ui/landing-page/landing-page.js +++ b/src/app/ui/landing-page/landing-page.js @@ -38,6 +38,8 @@ let css = csjs` .jumboBtnContainer { float: left; padding-top: 15px; + display: flex; + white-space: nowrap; } .headlineContainer { float: left; @@ -45,16 +47,15 @@ let css = csjs` margin: 0 50px 0 70px; } .hpSections { + min-width: 620px; margin: 0 60px; } - .solidityBtn { - margin-right: 40px; - } .labelIt { margin-bottom: 0; } .seeAll { margin-top: 7px; + white-space: nowrap; } .importFrom p { margin-right: 10px; @@ -66,10 +67,9 @@ let css = csjs` .logoContainer img{ height: 65px; } - .learnmore { - margin-right: 20px; + .enviroments { + display: flex; } - } ` @@ -193,18 +193,18 @@ export class LandingPage extends BaseApi {

The new layout has arrived

-
- +
+
-
+

Environments

-
- +
+
@@ -240,7 +240,12 @@ export class LandingPage extends BaseApi {

Featured Plugins

{ startPipeline() }}>Pipeline

{ startDebugger() }}>Debugger

-

+

+ +

Resources