mirror of https://github.com/VERT-sh/VERT.git
remove unused delay vars
This commit is contained in:
parent
c99aa3a64d
commit
dab2305a7c
|
@ -80,17 +80,13 @@
|
|||
</script>
|
||||
|
||||
<div class="flex flex-col h-full items-center">
|
||||
<h1
|
||||
class="hidden md:block text-3xl tracking-tight leading-[72px] mb-6"
|
||||
style="--delay: 20ms;"
|
||||
>
|
||||
<h1 class="hidden md:block text-3xl tracking-tight leading-[72px] mb-6">
|
||||
<InfoIcon size="40" class="inline-block -mt-2 mr-2" />
|
||||
About
|
||||
</h1>
|
||||
|
||||
<div
|
||||
class="w-full max-w-[1280px] flex flex-col md:flex-row gap-4 p-4 md:p-0"
|
||||
style="--delay: 60ms"
|
||||
>
|
||||
<!-- Why VERT? & Credits -->
|
||||
<div class="flex flex-col gap-4 flex-1">
|
||||
|
|
Loading…
Reference in New Issue