diff --git a/angular.json b/angular.json index 97ca8ac..a85d15d 100644 --- a/angular.json +++ b/angular.json @@ -3,7 +3,10 @@ "version": 1, "cli": { "packageManager": "npm", - "schematicCollections": ["angular-eslint"] + "schematicCollections": [ + "angular-eslint" + ], + "analytics": false }, "newProjectRoot": "projects", "projects": { diff --git a/src/app/pages/home/sections/hero/hero.css b/src/app/pages/home/sections/hero/hero.css index fef5221..130d8fc 100644 --- a/src/app/pages/home/sections/hero/hero.css +++ b/src/app/pages/home/sections/hero/hero.css @@ -245,7 +245,8 @@ .hero__socials { position: absolute; - bottom: 110px; + /* Tracks the width-driven cover scale of the bottom-anchored artwork. */ + bottom: max(110px, 5.882vw); left: max(72px, calc((100% - var(--hero-desktop-content-width)) / 2 + 72px)); display: flex; width: 40px;