Switch to absolute paths.

This commit is contained in:
Olivia Brooks
2025-06-03 08:49:14 -04:00
parent 0e14d3c9b1
commit 6c53d5bea4
11 changed files with 20 additions and 20 deletions

View File

@@ -27,7 +27,7 @@ hr {
.viewport {
height: 100vh;
width: 100vw;
background-image: url(img/test-image.jpg);
background-image: url(/img/test-image.jpg);
background-position: center;
background-size: cover;
align-items: flex-start;