DesignLayout now hides its 260px sidebar below lg and shows a fixed bottom bar surfacing the current page. Tapping it opens a 50svh bottom sheet with the full nav list (grouped, scrolls internally) plus the back-to-site link. Route changes auto-close the sheet and the backdrop is tap-to-dismiss. Hero split variant: drop the grid's items-center and add lg:justify-center on the copy column so the headline/CTA block now lines up with the image's vertical midpoint instead of sitting at the top. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2 lines
407 B
CSS
2 lines
407 B
CSS
.ds-sheet-enter-active[data-v-564ce72b],.ds-sheet-leave-active[data-v-564ce72b]{transition:transform .26s}.ds-sheet-enter-from[data-v-564ce72b],.ds-sheet-leave-to[data-v-564ce72b]{transform:translateY(100%)}.ds-backdrop-enter-active[data-v-564ce72b],.ds-backdrop-leave-active[data-v-564ce72b]{transition:opacity .2s}.ds-backdrop-enter-from[data-v-564ce72b],.ds-backdrop-leave-to[data-v-564ce72b]{opacity:0}
|