Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
MiSTeR1995 committed Jan 31, 2024
1 parent 2c18e7b commit 07c3705
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,9 @@ section {
/* Fading animation */
.fade {
-webkit-animation-name: fade;
-webkit-animation-duration: 1.5s;
-webkit-animation-duration: 0.5s;
animation-name: fade;
animation-duration: 1.5s;
animation-duration: 0.5s;
}

@-webkit-keyframes fade {
Expand Down

0 comments on commit 07c3705

Please sign in to comment.