Fixed css for body>background-size to cover (Thx to Sasmira)
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -6,7 +6,7 @@ body {
|
||||
}
|
||||
&:not(.background) {
|
||||
background: url("../assets/imgs/bg-table.webp") no-repeat;
|
||||
background-size: auto;
|
||||
background-size: cover;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user