Added responsiveness
This commit is contained in:
parent
d0dc9f240c
commit
1016857f6a
@ -132,7 +132,7 @@ document.addEventListener('DOMContentLoaded', function(){
|
|||||||
});
|
});
|
||||||
|
|
||||||
// Adding the class animations to these elements
|
// Adding the class animations to these elements
|
||||||
let elements_id = ['#description-heading', '#event-main-box', '#timeline', '#signup-title', '#steps-card', '#sponsor-title', '#sponsor-container', '#map-article', '#workshops-description', '#second-podium', '#first-podium', '#third-podium', '#prize-box', '#administration', '#logistics', '#outreach', '#tech', '#marketing'];
|
let elements_id = ['#description-heading', '#event-main-box', '#timeline', '#signup-title', '#steps-card', '#sponsor-title', '#sponsor-container', '#map-article', '#workshops-description', '#second-podium', '#first-podium', '#third-podium', '#chart', '#prize-box', '#administration', '#logistics', '#outreach', '#tech', '#marketing'];
|
||||||
elements_id.forEach(entry => {
|
elements_id.forEach(entry => {
|
||||||
var thing = document.querySelector(entry)
|
var thing = document.querySelector(entry)
|
||||||
observer.observe(document.querySelector(entry));
|
observer.observe(document.querySelector(entry));
|
||||||
|
Loading…
Reference in New Issue
Block a user