Skip to content

Commit

Permalink
Merge pull request #1605 from Nexmo/APIDOC-440_sign_up_button_bug
Browse files Browse the repository at this point in the history
APIDOC-440: fixed blog button sign up styling issue
  • Loading branch information
marcoranieri authored Sep 6, 2022
2 parents 351ba00 + 3a06694 commit 3752e47
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,16 +96,16 @@
background: -webkit-linear-gradient(0deg, #ffa58b 0%, #8728fb 80%);
background: -moz-linear-gradient(0deg, #ffa58b 0%, #8728fb 80%);
position: absolute;
top: -72px;
translate: -24%;
width: 208px;
top: -85px;
translate: -26%;
width: 200px;
height: 156px;
z-index: 2;
transform: skewX(40deg);
}
.title {
margin-top: -13px;
height: 50px;
height: 90px;
z-index: 20;
width: 180px;
border-radius: 16px;
Expand Down Expand Up @@ -140,10 +140,10 @@
text-align: center;
}
.Vlt-btn-blog-sm {
margin-bottom: 6rem;
margin-bottom: 4rem;
margin-top: 2rem;
min-width: 100px;
height: 40px;
height: 50px;
width: 108px;
img {
width: 37px;
Expand Down

0 comments on commit 3752e47

Please sign in to comment.