diff --git a/css/components/api.css b/css/components/api.css index 663ba41..256de1e 100644 --- a/css/components/api.css +++ b/css/components/api.css @@ -210,7 +210,7 @@ box-shadow: none; opacity: 0; pointer-events: none; - animation: fadeInButton 0.3s ease-out 0.2s forwards; + animation: fadeInButton 0.35s cubic-bezier(0, 0, 1, 0.5) 0.2s forwards; } @keyframes fadeInButton { diff --git a/css/components/footer.css b/css/components/footer.css index c806a17..5b3238a 100644 --- a/css/components/footer.css +++ b/css/components/footer.css @@ -112,7 +112,7 @@ letter-spacing: 0.05em; } -.footer-column:not(.footer-column-spacer) { +.footer-column { margin-top: 0; } @@ -146,10 +146,6 @@ color: var(--color-light-link); } -.footer-column-spacer { - display: none; -} - /* Footer Bottom Section */ .footer-bottom { margin-top: var(--space-2xl); @@ -203,14 +199,6 @@ font-size: 0.65rem; } -/* Tablet Layout */ -@media (min-width: 640px) { - .footer-links { - grid-template-columns: repeat(2, 1fr); - gap: var(--space-2xl); - } -} - /* Desktop Layout */ @media (min-width: 768px) { .site-footer { @@ -258,7 +246,7 @@ font-size: var(--text-base); } - .footer-column:not(.footer-column-spacer) { + .footer-column { margin-top: calc(1.5em + var(--space-lg) + var(--space-md)); } @@ -293,10 +281,6 @@ gap: var(--space-3xl); } - .footer-column-spacer { - display: block; - } - .footer-bottom { margin-top: var(--space-3xl); } diff --git a/templates/footer.html b/templates/footer.html index a40d962..dc38825 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -22,8 +22,6 @@