Skip to content

Commit e5202d2

Browse files
author
jordanmccullough
committed
Simplify to only in-use background elements for home
1 parent 556ec21 commit e5202d2

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

_stylesheets/home.scss

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,5 @@
1-
/* Imports */
2-
@import "variables.scss";
3-
4-
.figures{
5-
background: url(../images/hero-home.png) no-repeat bottom center $color-dark;
6-
background-size: 1350px;
7-
}
8-
9-
.screen-shot{
10-
background: url(../images/screen-shot-slidedeck.png) no-repeat bottom center;
11-
background-size: contain;
12-
padding-bottom: 300px;
13-
}
14-
15-
.workbook{
16-
background: url(../images/screen-shot-workbook.png) no-repeat 0px 25px lighten($mono-light, 5%);
17-
background-size: contain;
18-
padding-bottom: 270px;
19-
}
20-
211
.downloads{
22-
background: url(../images/screen-shot-pdf.png) no-repeat bottom right;
2+
background: url(../images/screen-shot-pdf.png) no-repeat bottom center;
233
background-size: contain;
244
padding-bottom: 300px;
255
}

0 commit comments

Comments
 (0)