Remove unused adjustSkillCardsHeight(); function (#488)

This commit is contained in:
Emruz Hossain 2022-01-04 21:27:54 +06:00 committed by GitHub
parent f29aa9b4fa
commit 2134464267
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -338,7 +338,6 @@ var projectCards;
// re-render custom functions on window resize
window.onresize = function () {
detectDevice();
adjustSkillCardsHeight();
adjustRecentPostsHeight();
showAchievements();
};