docs(home): improve community section (#1891)

This commit is contained in:
Benjamin Canac
2024-06-18 17:29:52 +02:00
committed by GitHub
parent 9c3ed4b78f
commit c28ef0abb8
5 changed files with 229 additions and 59 deletions

View File

@@ -31,7 +31,7 @@ onMounted(() => {
</script>
<template>
<ULandingGrid ref="section" class="lg:grid-cols-10 lg:gap-8">
<ULandingGrid ref="section" class="lg:grid-cols-10 lg:gap-8 overflow-hidden p-px">
<div :ref="(el) => (refs[1] = el)" class="col-span-8 flex items-center animate-top">
<RangeExample />
</div>