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; }