diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-09-16 16:40:55 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-09-16 16:40:55 -0300 |
commit | 8e67a928a5f122f9b71b203741df7d04df56280a (patch) | |
tree | a30db08c7d0e94fdb293415bfd73a1a1410dfb3c /docs/_sass | |
parent | b3a7ed66a40a19e3234886b82235f0955c996bf5 (diff) | |
download | PSP.git-8e67a928a5f122f9b71b203741df7d04df56280a.tar.gz PSP.git-8e67a928a5f122f9b71b203741df7d04df56280a.tar.xz PSP.git-8e67a928a5f122f9b71b203741df7d04df56280a.zip |
Cover image
Diffstat (limited to 'docs/_sass')
-rw-r--r-- | docs/_sass/jekyll-theme-cayman.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_sass/jekyll-theme-cayman.scss b/docs/_sass/jekyll-theme-cayman.scss index 9c0c202..4593698 100644 --- a/docs/_sass/jekyll-theme-cayman.scss +++ b/docs/_sass/jekyll-theme-cayman.scss @@ -91,7 +91,7 @@ a { 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-image: #56687C url('../img/cover.jpg') no-repeat 50%; @include large { padding: 5rem 6rem; |