From 1eb9c8827829c7f01b4bb7c5ebe0736b242fd4b7 Mon Sep 17 00:00:00 2001 From: Wendel Nascimento Date: Mon, 10 Jun 2019 17:14:07 -0300 Subject: [PATCH] Update style.scss --- assets/css/style.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/assets/css/style.scss b/assets/css/style.scss index 0ddb592..2f6b6cc 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -112,3 +112,10 @@ input[type=submit] { width: 0px !important; } } + +.page-header { + background-image: url(./bgheader.jpg), linear-gradient(120deg, #961f57, #159957); + background-repeat: no-repeat; + background-size: cover; + background-position: center; +}