Skip to content

Commit 341b4b0

Browse files
committed
Update jwt version B banner
1 parent 6fde46e commit 341b4b0

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

stylus/website/index.styl

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,9 @@ body
425425

426426
.jwt-ebook-banner-image
427427
position: relative;
428-
padding: 45px 0 235px;
428+
padding: 45px 45px 235px;
429+
margin-left: -15px;
430+
margin-right: -15px;
429431
background: #E3E5E7 url('/img/ebook.png') 100% 100% no-repeat;
430432

431433
p
@@ -447,7 +449,9 @@ body
447449

448450
@media (min-width: 768px)
449451
height: 235px;
450-
padding: 65px 0;
452+
margin-top: 70px
453+
padding: 65px 235px 65px 65px;
454+
box-shadow: 0 10px 20px 0 rgba(0,0,0,0.25)
451455
text-align: left;
452456

453457
.btn-download-ebook

views/website/ebook-image.pug

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
section.jtw-ebook-banner.jwt-ebook-banner-image
2-
.container
1+
section.container
2+
.jtw-ebook-banner.jwt-ebook-banner-image
33
p
44
strong Get the JWT Handbook for free!
55
|  Download it now and get up-to-speed faster.

0 commit comments

Comments
 (0)