diff --git a/docs/css/_home.scss b/docs/css/_home.scss index b0abe1d2..104174ba 100644 --- a/docs/css/_home.scss +++ b/docs/css/_home.scss @@ -62,7 +62,7 @@ html, body { // ------------------------- */ .jumbotron { padding-top: 60px; - background: #091724 url(../img/header-bg.png) no-repeat center center; + background: #091724 url(../img/header-bg.jpg) no-repeat center center; background-size: cover; margin-bottom: 0; .jumbotron-header { diff --git a/docs/img/header-bg.jpg b/docs/img/header-bg.jpg new file mode 100644 index 00000000..48d9109a Binary files /dev/null and b/docs/img/header-bg.jpg differ diff --git a/docs/img/header-bg.png b/docs/img/header-bg.png deleted file mode 100644 index 1bba656b..00000000 Binary files a/docs/img/header-bg.png and /dev/null differ