tangled
alpha
login
or
join now
vielle.dev
/
pdsls
forked from
pds.ls/pdsls
0
fork
atom
atproto explorer
0
fork
atom
overview
issues
pulls
pipelines
increase bottom margin
handle.invalid
6 months ago
214ca831
b14fad99
verified
This commit was signed with the committer's
known signature
.
handle.invalid
SSH Key Fingerprint:
SHA256:mBrT4x0JdzLpbVR95g1hjI1aaErfC02kmLRkPXwsYCk=
+4
-1
1 changed file
expand all
collapse all
unified
split
src
layout.tsx
+4
-1
src/layout.tsx
···
43
43
});
44
44
45
45
return (
46
46
-
<div id="main" class="m-4 flex flex-col items-center text-neutral-900 dark:text-neutral-200">
46
46
+
<div
47
47
+
id="main"
48
48
+
class="m-4 mb-8 flex flex-col items-center text-neutral-900 dark:text-neutral-200"
49
49
+
>
47
50
<MetaProvider>
48
51
<Show when={location.pathname !== "/"}>
49
52
<Meta name="robots" content="noindex, nofollow" />