From d716767b79c2a377fac03fbe050e5bac38ad567a Mon Sep 17 00:00:00 2001 From: William Petit Date: Sat, 10 Oct 2015 14:33:24 +0200 Subject: [PATCH] Center app background --- css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/style.css b/css/style.css index 63e9fea..b872cd1 100644 --- a/css/style.css +++ b/css/style.css @@ -28,6 +28,7 @@ html, body { height: 100%; flex-direction: column; background: url('../img/background.png') no-repeat; + background-size: cover; } .launcher .category-header {