diff options
-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; |