Fixed maintenance page background location.

This commit is contained in:
DebaucheryLibrarian 2023-12-09 01:27:34 +01:00
parent c0f4e888d7
commit 5c6f172b6b
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
align-items: center;
justify-content: center;
font-family: sans-serif;
background: url('./maintenance_ella_reese.jpeg');
background: url('/maintenance/maintenance_ella_reese.jpeg');
background-position: top center;
background-size: cover
}