fix user CSS

This commit is contained in:
Vitor Lopes 2020-05-21 13:36:44 +01:00
parent 9da16023cc
commit 85d6424d66
1 changed files with 4 additions and 1 deletions

View File

@ -4,5 +4,8 @@
body {
background-image: url("backgrounds/background.jpg") !important;
background-size: contain;
background-size: cover;
height: 100vh;
width: 100%;
background-repeat: no-repeat;
}