Skip to content

Commit

Permalink
fix the stylint error
Browse files Browse the repository at this point in the history
  • Loading branch information
sadaf-Daneshgar committed Feb 27, 2024
1 parent cc1520b commit dc57e96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ header {
z-index: 10;
}

.hide-header{
.hide-header {
display: none;
}

Expand Down Expand Up @@ -646,7 +646,7 @@ hr.newOne {
}

.icons:hover {
transform: scale(2.0);
transform: scale(2);
transition: 0.5s ease-in-out;
}

Expand Down

0 comments on commit dc57e96

Please sign in to comment.