diff options
author | Martin Wright <martin@mynameismartin.com> | 2015-08-20 11:47:43 +0100 |
---|---|---|
committer | Martin Wright <martin@mynameismartin.com> | 2015-08-20 11:47:43 +0100 |
commit | d5e0d10201676cd1aaae247d556c6186218e8ec9 (patch) | |
tree | 98c6d8f9c09f9c01b47608a2a19f5fb2eb9163f1 | |
parent | adaf88465121c1ffc9a518180503bdcab4e26762 (diff) |
swap out hero photo
-rw-r--r-- | assets/images/homepage-background-small.jpg | bin | 31521 -> 24469 bytes | |||
-rw-r--r-- | assets/images/homepage-background.jpg | bin | 73454 -> 64195 bytes | |||
-rw-r--r-- | assets/stylesheets/responsive/custom.scss | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/assets/images/homepage-background-small.jpg b/assets/images/homepage-background-small.jpg Binary files differindex 2bf1d52..c503d25 100644 --- a/assets/images/homepage-background-small.jpg +++ b/assets/images/homepage-background-small.jpg diff --git a/assets/images/homepage-background.jpg b/assets/images/homepage-background.jpg Binary files differindex 698dfc3..426485d 100644 --- a/assets/images/homepage-background.jpg +++ b/assets/images/homepage-background.jpg diff --git a/assets/stylesheets/responsive/custom.scss b/assets/stylesheets/responsive/custom.scss index 5b13cb7..3f6aa7d 100644 --- a/assets/stylesheets/responsive/custom.scss +++ b/assets/stylesheets/responsive/custom.scss @@ -735,7 +735,7 @@ dt { background-color: $color_neutral_dark; background-image: image-url('homepage-background-small.jpg'); background-repeat: no-repeat; - background-position: center; + background-position: center top; background-size: cover; color: $color_white; padding: 2em 0 5em; |