Fix homepage bg issue

This commit is contained in:
2020-07-16 07:32:52 +01:00
parent e16be5dc46
commit 9e2d571298
3 changed files with 3 additions and 3 deletions

2
public/app.css vendored
View File

@@ -1,4 +1,4 @@
.page-bg {
.view {
background: url("/slides/06.png")no-repeat center center;
background-size: cover;
}