Skip to content

Commit

Permalink
Merge pull request #1418 from Nexmo/APIDOC-158_homepage_updates
Browse files Browse the repository at this point in the history
APIDOC-158: Homepage layout updates + bump Version
  • Loading branch information
marcoranieri authored Jun 1, 2022
2 parents f1d8771 + f435ed0 commit 1e57814
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</a>

<a href=<%= header.sign_up_path %> target="_blank" rel="noopener" class="Vlt-btn--white Vlt-btn--app Vlt-btn--outline Vlt-btn--small" id="signup" data-ab="try_button_v2">
<b>< Sign-up for free /></b>
<b>< Sign up for free /></b>
</a>
</nav>
</header>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
.Adp-homepage {
background: $grey-900;
.row {
padding: 20px 95px;

@media #{$S-only} {
padding: 20px 5px;
}
Expand Down Expand Up @@ -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%;
Expand Down
2 changes: 1 addition & 1 deletion lib/nexmo_developer/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module NexmoDeveloper
VERSION = '0.3.0'.freeze
VERSION = '0.3.1'.freeze
end

0 comments on commit 1e57814

Please sign in to comment.