Center app background

This commit is contained in:
William Petit 2015-10-10 14:33:24 +02:00
parent f12950df1a
commit d716767b79
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ html, body {
height: 100%;
flex-direction: column;
background: url('../img/background.png') no-repeat;
background-size: cover;
}
.launcher .category-header {