mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 02:49:16 +01:00
feat: 💄 Increase text font size
This commit is contained in:
parent
e03c8d2a6e
commit
e5b2da53b4
4 changed files with 21 additions and 18 deletions
|
|
@ -13,7 +13,7 @@ export { CodeGroup, Code as code, Pre as pre } from "./Code";
|
|||
|
||||
export function wrapper({ children }: { children: ReactNode }) {
|
||||
return (
|
||||
<article className="flex h-full flex-col pb-10 pt-16">
|
||||
<article className="flex h-full flex-col pb-10 pt-16 overflow-hidden text-wrap">
|
||||
<Prose className="flex-auto">{children}</Prose>
|
||||
<footer className="mx-auto mt-16 w-full max-w-2xl lg:max-w-5xl">
|
||||
<Feedback />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue