Fixed css for body>background-size to cover (Thx to Sasmira)

This commit is contained in:
Vlyan
2022-06-08 08:57:38 +02:00
parent f024f6ba16
commit d991fd57b4
3 changed files with 3 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ body {
}
&:not(.background) {
background: url("../assets/imgs/bg-table.webp") no-repeat;
background-size: auto;
background-size: cover;
}
}