Compare commits
2 Commits
b1422269bb
...
5c139e83f5
Author | SHA1 | Date | |
---|---|---|---|
5c139e83f5 | |||
3fc41e6fc4 |
@ -49,6 +49,7 @@ export default function RootLayout({
|
|||||||
marginTop: "2rem",
|
marginTop: "2rem",
|
||||||
textAlign: "center",
|
textAlign: "center",
|
||||||
color: "#888",
|
color: "#888",
|
||||||
|
maxWidth: "80vw",
|
||||||
}}
|
}}
|
||||||
className={bodyFont.className}
|
className={bodyFont.className}
|
||||||
>
|
>
|
||||||
|
@ -9,12 +9,14 @@ export default function App() {
|
|||||||
<>
|
<>
|
||||||
hi,
|
hi,
|
||||||
<br />
|
<br />
|
||||||
<br /> thanks for stopping by.
|
<br /> how nice of you to stop by.
|
||||||
<br />
|
<br />
|
||||||
<br /> this is still a work in progress, so it's a little sparse.
|
<br /> this cute little site is my own little playground. my own corner of
|
||||||
|
the web for me to share and show off.
|
||||||
<br />
|
<br />
|
||||||
|
<br /> feel free to poke around and see what you find.
|
||||||
<br />
|
<br />
|
||||||
<br /> naresh.
|
<br /> — naresh
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user