fix: refine mobile contact photo crop

This commit is contained in:
Keith Solomon
2026-06-27 21:22:30 -05:00
parent e2901ce710
commit 7c143721b8
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -81,7 +81,7 @@
.contact-block .contact-block__bg-image {
filter: brightness(1.5);
object-fit: cover;
object-position: 60% center;
object-position: 82% center;
position: relative;
z-index: 0;
}