Update style.scss

This commit is contained in:
Yegor Vialov 2019-02-08 14:18:47 +02:00 committed by GitHub
parent f911ba66b4
commit 4fa0a5de25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
@import "{{ site.theme }}"; @import "{{ site.theme }}";
.page-header { .page-header {
background-image: url('https://www.vynn.co/wp-content/uploads/2018/09/featured_banner.png'); background-image: url('/assets/images/header.png');
background-position: center; background-position: center;
background-size: cover; background-size: cover;
} }