Skip to content

Commit

Permalink
fixed responsiveness issues with modal
Browse files Browse the repository at this point in the history
  • Loading branch information
rajveeerr authored Oct 29, 2024
1 parent dab6607 commit 2665f14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Html-files/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -1038,11 +1038,11 @@ <h4 style="font-family: var(--ff-philosopher);color: hsl(304, 14%, 46%);">Follow
popupModal.classList.add('show');
setTimeout(() => {
popupModal.classList.add('fade-out');
}, 2000);
}, 500);

setTimeout(() => {
popupModal.classList.remove('show', 'fade-out');
}, 3000);
}, 1000);
}


Expand Down

0 comments on commit 2665f14

Please sign in to comment.