_sass/centos/_adjustments.scss in jekyll-theme-centos-2.3.0.beta.88 vs _sass/centos/_adjustments.scss in jekyll-theme-centos-2.3.0.beta.89

- old
+ new

@@ -28,10 +28,13 @@ // -------------------------------------------------------------------------------- // Backgrounds // -------------------------------------------------------------------------------- .bg-image { - background: url(../img/centos-motif.png) right center / cover; + background-image: url("../img/centos-motif.png"); + background-size: cover; + background-repeat: no-repeat; + background-position: center; } .bg-light-radial-gradient { background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(248, 249, 250, 0) 100%); }