major cleanup

This commit is contained in:
Will Freeman
2025-10-02 21:17:44 -06:00
parent 552e3cc7f4
commit 162056f78b
75 changed files with 132 additions and 476 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<template>
<div class="counter">
<span :class="{ mobile: isMobile }" ref="counterEl" class="font-weight-bold">0</span>
<span class="caption">&nbsp;ALPRs Reported Worldwide</span>
<span class="caption">&nbsp;ALPRs Mapped Worldwide</span>
<div :class="{ 'fade-in': showFinalAnimation }" class="subheading fade-text">and rapidly growing!</div>
</div>
</template>
View File