Add flicker effect to floating button

This commit is contained in:
Thomas Smith 2022-09-27 18:28:04 -04:00
parent 26471952ad
commit e207b17fc5

View file

@ -51,7 +51,7 @@
/* Text Flicker Animation */
h1{
h1,.gf-container{
animation: text-flicker 3s linear;
transition: 0.2s ease-out;
}