Skip to content

Commit

Permalink
Se deja la animacion del banner mas seguido
Browse files Browse the repository at this point in the history
  • Loading branch information
hendaniel committed Sep 6, 2020
1 parent efc7cbc commit a3cf8eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Banner/banner.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
font-size: 7rem;
text-align: center;
font-weight: bold;
-webkit-animation: blink 6s infinite;
-moz-animation: blink 12s infinite;
animation: blink 12s infinite;
-webkit-animation: blink 5s infinite;
-moz-animation: blink 5s infinite;
animation: blink 5s infinite;
}
@media screen and (max-width: 600px) {
h1 {
Expand Down

0 comments on commit a3cf8eb

Please sign in to comment.