dashboard: can customize main image background

This commit is contained in:
nemunaire 2023-05-12 15:41:43 +02:00
commit 20dc1f65dc
8 changed files with 29 additions and 4 deletions

View file

@ -36,7 +36,7 @@ body {
}
.bg-public {
background-image: url('../img/logo-epita-bw.png');
background-image: url('../background.png');
background-repeat: no-repeat;
background-size: contain;
height: 100vh;