diff --git a/Feedback.html b/Feedback.html index 402a4e6..dae515c 100644 --- a/Feedback.html +++ b/Feedback.html @@ -350,14 +350,16 @@ margin-right: 10px; /* Space between the text and the logo image */ } - + .letter { - display: inline-block; - font-size: 2rem; - animation: letterDrop 0.5s ease forwards; - animation-delay: calc(var(--letter-index) * 0.1s); - } + display: inline-block; + font-size: 2rem; + animation: letterDrop 0.5s ease forwards; + animation-delay: calc(var(--letter-index) * 0.1s); + + } + .red { color: red; } diff --git a/contact.html b/contact.html index 7182e4c..06be216 100644 --- a/contact.html +++ b/contact.html @@ -361,10 +361,12 @@ } .letter { - display: inline-block; - font-size: 2rem; - animation: letterDrop 0.5s ease forwards; - animation-delay: calc(var(--letter-index) * 0.1s); + + display: inline-block; + font-size: 2rem; + animation: letterDrop 0.5s ease forwards; + animation-delay: calc(var(--letter-index) * 0.1s); + } .red { diff --git a/features.html b/features.html index 78b720f..b9a8b1a 100644 --- a/features.html +++ b/features.html @@ -203,9 +203,17 @@ } .letter { + display: inline-block; font-size: 2rem; animation: letterDrop 0.5s ease forwards; + animation-delay: calc(var(--letter-index)* 0.1s); + + } + + .letter { + display: inline-block; + font-size: 2rem; } .red { diff --git a/team.html b/team.html index 755e717..cd73fba 100644 --- a/team.html +++ b/team.html @@ -374,14 +374,16 @@ margin-right: 10px; /* Space between the text and the logo image */ } - + .letter { - display: inline-block; - font-size: 2rem; - animation: letterDrop 0.5s ease forwards; - animation-delay: calc(var(--letter-index) * 0.1s); - } + display: inline-block; + font-size: 2rem; + animation: letterDrop 0.5s ease forwards; + animation-delay: calc(var(--letter-index) * 0.1s); + + } + .red { color: red; }