File tree Expand file tree Collapse file tree 1 file changed +1
-21
lines changed Expand file tree Collapse file tree 1 file changed +1
-21
lines changed Original file line number Diff line number Diff line change 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
-
21
1
.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 ;
23
3
background-size : contain ;
24
4
padding-bottom : 300px ;
25
5
}
You can’t perform that action at this time.
0 commit comments