Skip to content

Commit

Permalink
Rocket image in Help page
Browse files Browse the repository at this point in the history
  • Loading branch information
zarino committed Dec 16, 2016
1 parent e7ac96d commit b4cb4ad
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 0 deletions.
Binary file added 2016/assets/img/rocket.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions 2016/assets/img/rocket.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2016/assets/img/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions 2016/assets/sass/_sections.scss
Original file line number Diff line number Diff line change
Expand Up @@ -262,5 +262,23 @@

.section--help-forward {
background-color: mix($colour_blue, #000, 50%);
background-position: 50% 100%;
background-repeat: no-repeat;
background-size: 100%;
color: #fff;
padding-bottom: 55% !important;

@include high-dpi-image('../img/rocket');

@media (min-width: $small-screen) {
padding-bottom: 40% !important;
}

@media (min-width: $large-screen) {
padding-bottom: 35% !important;
}

@media (min-width: $huge-screen) {
padding-bottom: 25% !important;
}
}

0 comments on commit b4cb4ad

Please sign in to comment.