fixed fonts; fixed relative url paths
All checks were successful
CSGOWTF/csgowtf/pipeline/pr-master This commit looks good
CSGOWTF/csgowtf/pipeline/head This commit looks good

This commit is contained in:
2022-11-14 01:05:49 +01:00
parent befc14d894
commit f65fc0a0ea
3 changed files with 8 additions and 30 deletions

View File

@@ -148,12 +148,12 @@ table {
.main-content {
.head {
// display jpg
background-image: url("/images/map_screenshots/default.png");
background-image: url("../../public/images/map_screenshots/default.png");
}
.head {
// display webp if possible
background-image: url("/images/map_screenshots/default.webp");
background-image: url("../../public/images/map_screenshots/default.png");
background-repeat: no-repeat;
background-size: cover;
background-position: center;