get rid of width constraint on hero-image

this makes non-square profile pictures look way better
This commit is contained in:
Charlotte Som 2022-01-14 07:37:34 +00:00
parent 81a99bbb45
commit 104b23c7f7

View file

@ -50,7 +50,6 @@ footer {
.hero-image {
height: 10rem;
width: 10rem;
border-radius: 6px;
}