Skip to content

Commit

Permalink
make banner slower
Browse files Browse the repository at this point in the history
  • Loading branch information
eyaler committed Apr 18, 2024
1 parent 7e9dd48 commit f828ba2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resen/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1055,11 +1055,11 @@ a.sponsors {
}

.banner > :first-child {
animation: 10s infinite alternate banner_first;
animation: 23s infinite alternate banner_first;
}

.banner > :last-child {
animation: 12s infinite alternate banner_last;
animation: 24s infinite alternate banner_last;
}

header ~ :not(h2, footer) {
Expand Down

0 comments on commit f828ba2

Please sign in to comment.