🍱 update profile image

Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
Sindre Kjelsrud 2023-12-15 23:16:52 +01:00
parent 107a7ace28
commit c1c17e2ae6
Signed by untrusted user who does not match committer: sidski
GPG key ID: D2BBDF3EDE6BA9A6
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 165 KiB

BIN
public/pb.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View file

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