atproto explorer

increase bottom margin

handle.invalid 214ca831 b14fad99

verified
+4 -1
+4 -1
src/layout.tsx
··· 43 43 }); 44 44 45 45 return ( 46 - <div id="main" class="m-4 flex flex-col items-center text-neutral-900 dark:text-neutral-200"> 46 + <div 47 + id="main" 48 + class="m-4 mb-8 flex flex-col items-center text-neutral-900 dark:text-neutral-200" 49 + > 47 50 <MetaProvider> 48 51 <Show when={location.pathname !== "/"}> 49 52 <Meta name="robots" content="noindex, nofollow" />