summaryrefslogtreecommitdiffhomepage
path: root/src/components/Apps.tsx
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2024-06-22 22:21:33 -0400
committerrealtradam <[email protected]>2024-06-22 22:21:33 -0400
commit913b24c0c298ac48866167b18fc36fb542ab8910 (patch)
tree8b8c899ceb36ddfb365aef568abae1420e97b2ee /src/components/Apps.tsx
parent1104fc60c1b45a6280b2e90c154e2af084a6ce1e (diff)
downloadmalcz.com-dev.tar.gz
malcz.com-dev.zip
fix styling issues and add more contentdev
Diffstat (limited to 'src/components/Apps.tsx')
-rw-r--r--src/components/Apps.tsx4
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>