Skip to content

Commit

Permalink
Update javascript.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fdgh134 committed Jun 10, 2024
1 parent ea43b3e commit 7f598cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/javascript.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ $(function(){
welcomeSection.remove();
$('.wrapper').remove();
$('.profile').addClass("animate__lightSpeedInLeft");
$('.profile, .introduce, .career, .btnframe, .content, .grid, .grud__title, .card, .content2, .content2_inner, .contact').removeClass("none");
$('.profile, .introduce, .career, .btnframe, .content, .content .grid, .content .grid .grud__title, .card, .content2, .content2_inner, .contact').removeClass("none");

}
});
Expand Down

0 comments on commit 7f598cf

Please sign in to comment.