diff --git a/store.html b/store.html index 4e53208..50b3b73 100644 --- a/store.html +++ b/store.html @@ -68,7 +68,7 @@ padding: 10px 16px; display: block; border-radius: 20px; - transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1); + transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); font-size: 0.875rem; letter-spacing: 0.1px; } @@ -77,6 +77,10 @@ background-color: #e8def8; } + nav a:active { + transform: scale(0.97); + } + .hero { background: #ffffff; padding: 80px 24px;