From fcac28ca2093b7ffad5fea698392e6b999ea18a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= Date: Thu, 6 Dec 2018 17:13:49 +0100 Subject: [PATCH] css-fu --- src/style/custom.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/style/custom.scss b/src/style/custom.scss index 4cbb5dc..d2c0047 100644 --- a/src/style/custom.scss +++ b/src/style/custom.scss @@ -4,9 +4,17 @@ @import "node_modules/bootstrap/scss/bootstrap"; +html, body { + height: 100%; + overflow: hidden; +} + + body { margin: 0; background-color: #aaa; background-image: url(//gameranx.com/wp-content/uploads/2016/02/Final-Fantasy-XV-4K-Wallpaper.jpg); + background-position-x: center; + background-position-y: center; background-size: cover; }