Skip to content

Commit

Permalink
Fix text fade in
Browse files Browse the repository at this point in the history
  • Loading branch information
Iapetus-11 committed Nov 10, 2024
1 parent 06ed6a0 commit ed5aae3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/projects/clipboard-cleanse/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
class="animate-fade-in float-left -mt-5 h-fit max-lg:w-[256px] max-md:w-[100px] md:-ml-10"
/>

<span class="animate-fade-in" style="animation-delay: 50ms">
<span class="block animate-fade-in" style="animation-delay: 50ms">
Ever tired of the extra crap on the end of URLs you copy? Well it could be useless
tracking data to help corporations spy on you and your friends... for example look
at this Amazon link:
Expand All @@ -38,7 +38,7 @@
</a>
</code>

<span class="animate-fade-in" style="animation-delay: 150ms">
<span class="block animate-fade-in" style="animation-delay: 150ms">
With Clipboard Cleanse, that link would automatically be stripped down to:
</span>

Expand All @@ -57,7 +57,7 @@

<br />

<span class="animate-fade-in" style="animation-delay: 200ms">
<span class="block animate-fade-in" style="animation-delay: 200ms">
Currently Clipboard Cleanse is available for Windows and MacOS, but I plan to add
support for iOS and Linux.
</span>
Expand Down

0 comments on commit ed5aae3

Please sign in to comment.