Skip to content

Commit 18cc210

Browse files
author
jordanmccullough
committed
Adjust screenshot layout, slidedeck image
1 parent a0441d5 commit 18cc210

File tree

5 files changed

+11
-719
lines changed

5 files changed

+11
-719
lines changed

_stylesheets/home.css

Lines changed: 1 addition & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_stylesheets/home.scss

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@
77
}
88

99
.screen-shot{
10-
background: url(../images/screen-shot-slide.png) no-repeat bottom center;
10+
background: url(../images/screen-shot-slidedeck.png) no-repeat bottom center;
1111
background-size: contain;
12-
padding-bottom: 350px;
12+
padding-bottom: 300px;
1313
}
1414

1515
.workbook{
16-
background: url(../images/screen-shot-workbook.png) no-repeat bottom center lighten($mono-light, 5%);
17-
background-size: 700px;
18-
padding-bottom: 400px;
16+
background: url(../images/screen-shot-workbook.png) no-repeat 0px 25px lighten($mono-light, 5%);
17+
background-size: contain;
18+
padding-bottom: 270px;
1919
}
2020

2121
.downloads{
22-
background: url(../images/screen-shot-pdf.png) no-repeat bottom center;
23-
background-size: 800px;
24-
padding-bottom: 440px;
22+
background: url(../images/screen-shot-pdf.png) no-repeat 0px 25px;
23+
background-size: contain;
24+
padding-bottom: 230px;
2525
}

0 commit comments

Comments
 (0)