summaryrefslogtreecommitdiffstats
path: root/docs/_sass/jekyll-theme-cayman.scss
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-09-16 16:44:39 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-09-16 16:44:39 -0300
commite20c316a4bf6b381150455160466887da062db27 (patch)
tree403c07ede2f00a0604bd3a530bb08c2b5f2bd29d /docs/_sass/jekyll-theme-cayman.scss
parent8e67a928a5f122f9b71b203741df7d04df56280a (diff)
downloadPSP.git-e20c316a4bf6b381150455160466887da062db27.tar.gz
PSP.git-e20c316a4bf6b381150455160466887da062db27.tar.xz
PSP.git-e20c316a4bf6b381150455160466887da062db27.zip
Cover image 2
Diffstat (limited to 'docs/_sass/jekyll-theme-cayman.scss')
-rw-r--r--docs/_sass/jekyll-theme-cayman.scss7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/_sass/jekyll-theme-cayman.scss b/docs/_sass/jekyll-theme-cayman.scss
index 4593698..11a7a42 100644
--- a/docs/_sass/jekyll-theme-cayman.scss
+++ b/docs/_sass/jekyll-theme-cayman.scss
@@ -89,9 +89,10 @@ a {
.page-header {
color: $header-heading-color;
text-align: center;
- background-color: $header-bg-color;
- /*background-image: linear-gradient(120deg, $header-bg-color-secondary, $header-bg-color);*/
- background-image: #56687C url('../img/cover.jpg') no-repeat 50%;
+ /*background-color: $header-bg-color;
+ background-image: linear-gradient(120deg, $header-bg-color-secondary, $header-bg-color);*/
+ background: #56687C url('../img/cover.jpg') no-repeat 50%;
+ background-size: cover;
@include large {
padding: 5rem 6rem;