Scale hero logo up to ~200px (responsive clamp)

This commit is contained in:
2026-07-24 10:35:44 -04:00
parent 7cc397fd1c
commit 3ccb44a729
2 changed files with 7 additions and 7 deletions
+5 -5
View File
@@ -13,13 +13,13 @@
}
&__logo {
width: 120px;
height: 120px;
width: clamp(160px, 28vw, 220px);
height: clamp(160px, 28vw, 220px);
object-fit: contain;
border-radius: 16px;
border-radius: 20px;
background: #000;
margin-bottom: 1.25rem;
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
margin-bottom: 1.5rem;
box-shadow: 0 16px 48px rgba(0, 0, 0, 0.5);
}
&__sub {