fix: align import page wrapper to match feed page spacing
Author: Aaron Steven White
Commit
c21376c400c392f4a1668f143c1a648b225f3ceaParent: 6b7c95c704
Structural diff unavailable
These commits were pushed via plain git push, so no pre-parsed
schemas are available. Install git-remote-cospan and re-push via panproto:// to
see scope-level changes, breaking change detection, and semantic diffs.
brew install panproto/tap/git-remote-cospan1 file changed +2 -3
@@ -61,8 +61,7 @@
6161 <title>Import from Tangled — Cospan</title> 6262 </svelte:head> 6363 64-<div class="py-2"> 65- <!-- Header --> 64+<section> 6665 <div class="mb-6"> 6766 <h1 class="mb-1 text-lg font-semibold text-ink">Import from Tangled</h1> 6867 <p class="text-[13px] text-caption">
@@ -157,4 +156,4 @@
157156 {/each} 158157 </div> 159158 {/if} 160-</div> 159+</section>