From f435ed0af52b5cf3373a73906b3224743acea4f3 Mon Sep 17 00:00:00 2001 From: marco ranieri Date: Wed, 1 Jun 2022 16:36:57 +0200 Subject: [PATCH] APIDOC-158: Homepage layout updates + bump Version --- .../app/views/layouts/partials/_header.html.erb | 2 +- .../app/webpacker/stylesheets/custom/_landing.scss | 8 ++++++-- lib/nexmo_developer/version.rb | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/lib/nexmo_developer/app/views/layouts/partials/_header.html.erb b/lib/nexmo_developer/app/views/layouts/partials/_header.html.erb index ba99bc2a0..5edc2b91f 100644 --- a/lib/nexmo_developer/app/views/layouts/partials/_header.html.erb +++ b/lib/nexmo_developer/app/views/layouts/partials/_header.html.erb @@ -33,7 +33,7 @@ target="_blank" rel="noopener" class="Vlt-btn--white Vlt-btn--app Vlt-btn--outline Vlt-btn--small" id="signup" data-ab="try_button_v2"> - < Sign-up for free /> + < Sign up for free /> diff --git a/lib/nexmo_developer/app/webpacker/stylesheets/custom/_landing.scss b/lib/nexmo_developer/app/webpacker/stylesheets/custom/_landing.scss index 93db63547..37cf7b3b8 100644 --- a/lib/nexmo_developer/app/webpacker/stylesheets/custom/_landing.scss +++ b/lib/nexmo_developer/app/webpacker/stylesheets/custom/_landing.scss @@ -1,8 +1,6 @@ .Adp-homepage { background: $grey-900; .row { - padding: 20px 95px; - @media #{$S-only} { padding: 20px 5px; } @@ -38,6 +36,12 @@ -webkit-transform-style: preserve-3d; -webkit-backface-visibility: hidden; + margin-top: 100px; + + @media #{$S-only} { + margin-top: 300px; + } + &__background { position: absolute; width: 100%; diff --git a/lib/nexmo_developer/version.rb b/lib/nexmo_developer/version.rb index 55c42ca70..edd0c6672 100644 --- a/lib/nexmo_developer/version.rb +++ b/lib/nexmo_developer/version.rb @@ -1,3 +1,3 @@ module NexmoDeveloper - VERSION = '0.3.0'.freeze + VERSION = '0.3.1'.freeze end