diff options
| author | realtradam <[email protected]> | 2024-06-22 22:21:33 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2024-06-22 22:21:33 -0400 |
| commit | 913b24c0c298ac48866167b18fc36fb542ab8910 (patch) | |
| tree | 8b8c899ceb36ddfb365aef568abae1420e97b2ee /src/components/Apps.tsx | |
| parent | 1104fc60c1b45a6280b2e90c154e2af084a6ce1e (diff) | |
| download | malcz.com-913b24c0c298ac48866167b18fc36fb542ab8910.tar.gz malcz.com-913b24c0c298ac48866167b18fc36fb542ab8910.zip | |
fix styling issues and add more contentdev
Diffstat (limited to 'src/components/Apps.tsx')
| -rw-r--r-- | src/components/Apps.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/Apps.tsx b/src/components/Apps.tsx index 0035c6b..beac123 100644 --- a/src/components/Apps.tsx +++ b/src/components/Apps.tsx @@ -11,12 +11,12 @@ export default function Apps () { <> <div className="flex flex-col gap-16 w-full items-center max-w-6xl shrink"> <div className="title font-bold text-6xl font-title mb-16 dsm:mb-10">Apps</div> - <div className="bg-stone-950 marker:text-stone-50 p-16 dsm:py-10 dsm:px-4 rounded-xl w-full flex justify-center"> + <div className="bg-stone-950 marker:text-stone-50 p-16 dsm:py-10 dsm:px-4 rounded-xl w-full max-w-[65ch] flex justify-center"> <div className="w-full-after prose prose-invert flex justify-center w-full w-full-after"> <GameHolsterMD /> </div> </div> - <div className="bg-stone-950 marker:text-stone-50 p-16 dsm:py-10 dsm:px-4 rounded-xl w-full flex justify-center"> + <div className="bg-stone-950 marker:text-stone-50 p-16 dsm:py-10 dsm:px-4 rounded-xl w-full max-w-[65ch] flex justify-center"> <div className="prose prose-invert flex justify-center w-full w-full-after"> <MoreSoonMD /> </div> |
