Skip to content

Commit

Permalink
Resources style changes and cust story image
Browse files Browse the repository at this point in the history
  • Loading branch information
elishdvorak committed Dec 9, 2020
1 parent 7b7eb5b commit 68aa85c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions _sass/_resources.scss
Original file line number Diff line number Diff line change
Expand Up @@ -288,30 +288,31 @@ section.sdk-rsrc-featured{
}

&.feat1{
background: url('../img/resource/featured_01.png');
background: url('https://blog.adobe.com/hlx_b8ce14425fd171711e195fa4701b30f42f719cf5.jpeg');
background-repeat:no-repeat;
background-position:center center;
background-size:cover;
}

&.feat2{
background: url('../img/resource/featured_02.png');
background: url('https://miro.medium.com/max/2160/1*CtcXWnIZAzsMcvWXqqDDZg.jpeg');
background-repeat:no-repeat;
background-position:center center;
background-size:cover;
}

&.feat3{

background: url('../img/resource/featured_03.png');
background: url('https://blog.adobe.com/hlx_4aedb773f4daa69c0d323991a969f203c40a4d04.jpg');
background-repeat:no-repeat;
background-position:center center;
background-size:cover;
}
}

.featured-copy-wrapper{
padding-left:1rem;
padding-left:1rem;
padding-right: .5rem;
background:#ffffff;
width: 75%;

Expand Down Expand Up @@ -438,28 +439,28 @@ section.sdk-rsrc-tutorial{
height:160px;

&.tut-thumb1{
background: url('../img/resource/[email protected]');
background: url('https://experienceleague.adobe.com/docs/document-services/assets/ExportPDF_hero.jpg?lang=en');
background-repeat:no-repeat;
background-position:center center;
background-size:cover;
}

&.tut-thumb2{
background: url('../img/resource/tutorial_thumb_2.svg');
background: url('https://experienceleague.adobe.com/docs/document-services/assets/OCR_hero.jpg?lang=en');
background-repeat:no-repeat;
background-position:center center;
background-size:cover;
}

&.tut-thumb3{
background: url('../img/resource/[email protected]');
background: url('https://experienceleague.adobe.com/docs/document-services/assets/GettingStartedJava_hero.jpg?lang=en');
background-repeat:no-repeat;
background-position:center center;
background-size:cover;
}

&.tut-thumb4{
background: url('../img/resource/[email protected]');
background: url('https://experienceleague.adobe.com/docs/document-services/assets/GettingStartedJava_hero.jpg?lang=en');
background-repeat:no-repeat;
background-position:center center;
background-size:cover;
Expand Down Expand Up @@ -727,18 +728,18 @@ section.sdk-rsrc-stories{
margin:0 auto;

@media screen and (min-width: 1440px) {
padding:3.0625rem 17.25rem 3rem 17.25rem;
//padding:3.0625rem 17.25rem 3rem 17.25rem;
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
padding: 1.0625rem 9.25rem 1rem 9.25rem;
}

img{
max-width:288px;
//max-width:288px;
margin:0 auto;
@media screen and (min-width: 767px) {
padding:3.0625rem 0 3rem 0;
//padding:3.0625rem 0 3rem 0;
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
Expand Down
Binary file added gh-assets/img/customer-logos/K2NintexStory.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 68aa85c

Please sign in to comment.