diff --git a/src/style/pages/_homepage.scss b/src/style/pages/_homepage.scss index 8beacb7..812aff6 100644 --- a/src/style/pages/_homepage.scss +++ b/src/style/pages/_homepage.scss @@ -75,6 +75,12 @@ picture { background: $color-primary-tertiary20; } + a { + display: block; + cursor: zoom-in; + transition: transform 0.7s var(--ease-quart); + will-change: transform; + } // First row &:nth-child(1) { @@ -190,6 +196,11 @@ z-index: 13; } } + + // Slightly zoom in on hover + a:hover { + transform: scale(1.0375) rotate(2deg) translateZ(0); + } } // CTAS