fixed fonts; fixed relative url paths
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user