🚚 fixing project structure for assets

This commit is contained in:
Sindre Kjelsrud 2023-12-11 10:51:12 +01:00
parent 4593eafec5
commit 8a2afc688e
26 changed files with 13 additions and 13 deletions

View file

@ -32,7 +32,7 @@ import SectionContainer from '../components/SectionContainer.astro';
.profile {
width: 10rem;
height: 10rem;
background: url("/src/static/pb.jpg");
background: url("/pb.jpg");
background-size: cover;
border-radius: 9999px;
}