Move around breakpoints in connect/write sections

This commit is contained in:
daylily
2026-01-15 19:45:40 -04:00
parent a6e1dbdf62
commit 254c55b00a
2 changed files with 2 additions and 2 deletions
@@ -35,7 +35,7 @@ $effect(() => {
</script>
<section aria-labelledby="connect-section-label">
<div class="mx-6 mt-6 mb-4 stack gap-2 lg:row xl:mx-0">
<div class="mx-6 mt-6 mb-4 stack gap-2 md:row xl:mx-0">
<div class="grow">
<h2 class="text-xl/8 font-semibold" id="connect-section-label">Connect to a device</h2>
@@ -14,7 +14,7 @@ let inProgress = $state(false)
<section aria-labelledby="write-section-label">
<Separator decorative />
<div class="mx-6 mt-4 mb-6 stack gap-2 lg:row xl:mx-0">
<div class="mx-6 mt-4 mb-6 stack gap-2 md:row xl:mx-0">
<div class="grow">
<h2 class="text-xl/8 font-semibold" id="write-section-label">Write pattern to device</h2>