Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs-starlight/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import Testimonials from '@components/dv-Testimonials.astro';
<div class="z-10">
<FeaturedBrands />
</div>
<!-- FIXME: Entre 1024px - 1046px las líneas punteadas no coinciden con el borde de las secciones -->
<!-- FIXME: Between 1024px - 1046px the dotted lines do not match the edge of the sections -->
<div class="hidden md:block pointer-events-none absolute left-1/2 top-0 -translate-x-1/2 md:w-[633px] lg:w-[852px] h-full z-0 border-x border-dashed border-gray-3"></div>
<div class="flex flex-col gap-12 md:gap-44 z-10">
<OrchestrateSection />
Expand Down
Loading