aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Wright <martin@mynameismartin.com>2015-08-20 11:47:43 +0100
committerMartin Wright <martin@mynameismartin.com>2015-08-20 11:47:43 +0100
commitd5e0d10201676cd1aaae247d556c6186218e8ec9 (patch)
tree98c6d8f9c09f9c01b47608a2a19f5fb2eb9163f1
parentadaf88465121c1ffc9a518180503bdcab4e26762 (diff)
swap out hero photo
-rw-r--r--assets/images/homepage-background-small.jpgbin31521 -> 24469 bytes
-rw-r--r--assets/images/homepage-background.jpgbin73454 -> 64195 bytes
-rw-r--r--assets/stylesheets/responsive/custom.scss2
3 files changed, 1 insertions, 1 deletions
diff --git a/assets/images/homepage-background-small.jpg b/assets/images/homepage-background-small.jpg
index 2bf1d52..c503d25 100644
--- a/assets/images/homepage-background-small.jpg
+++ b/assets/images/homepage-background-small.jpg
Binary files differ
diff --git a/assets/images/homepage-background.jpg b/assets/images/homepage-background.jpg
index 698dfc3..426485d 100644
--- a/assets/images/homepage-background.jpg
+++ b/assets/images/homepage-background.jpg
Binary files differ
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;