addepted path to bg.png to work in new structure

This commit is contained in:
Patryk Hegenberg 2023-01-07 13:41:50 +01:00
parent 4633f8f595
commit 6a38767426

View file

@ -89,7 +89,7 @@ a:hover {
}
#title {
background-image: url(bg.png);
background-image: url(./../images/bg.png);
background-size: cover;
animation: 20s para infinite ease;
}