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
-1
View File
@@ -338,7 +338,6 @@ var projectCards;
// re-render custom functions on window resize
window.onresize = function () {
detectDevice();
adjustSkillCardsHeight();
adjustRecentPostsHeight();
showAchievements();
};