Move around breakpoints in connect/write sections
This commit is contained in:
@@ -35,7 +35,7 @@ $effect(() => {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<section aria-labelledby="connect-section-label">
|
<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">
|
<div class="grow">
|
||||||
<h2 class="text-xl/8 font-semibold" id="connect-section-label">Connect to a device</h2>
|
<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">
|
<section aria-labelledby="write-section-label">
|
||||||
<Separator decorative />
|
<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">
|
<div class="grow">
|
||||||
<h2 class="text-xl/8 font-semibold" id="write-section-label">Write pattern to device</h2>
|
<h2 class="text-xl/8 font-semibold" id="write-section-label">Write pattern to device</h2>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user