feat: improve missions & add faq
This commit is contained in:
@@ -71,7 +71,7 @@ const observer = new IntersectionObserver((entries) => {
|
||||
}, observerOptions);
|
||||
|
||||
// Observe all cards
|
||||
document.querySelectorAll('.service-card, .project-card, .value-card, .partner-card').forEach(el => {
|
||||
document.querySelectorAll('.service-card, .project-card, .value-card, .partner-card, .public-card, .engagement-card').forEach(el => {
|
||||
el.classList.add('fade-in-element');
|
||||
observer.observe(el);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user