corrections footer + popups map projects
This commit is contained in:
@@ -26,10 +26,12 @@
|
||||
transition: opacity 0.3s ease;
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
max-width: 25vw;
|
||||
}
|
||||
|
||||
#popup h3,
|
||||
#popup p {
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
font-size: 0.8rem !important;
|
||||
}
|
||||
|
@@ -272,6 +272,9 @@ document.addEventListener('DOMContentLoaded', () => {
|
||||
})
|
||||
if (containerImg.complete) {
|
||||
placeProjectsIcons(projectsIcons, containerImg);
|
||||
window.addEventListener('resize', () => {
|
||||
placeProjectsIcons(projectsIcons, containerImg);
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user