diff options
Diffstat (limited to 'src/components/Home.tsx')
| -rw-r--r-- | src/components/Home.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/Home.tsx b/src/components/Home.tsx index 91e241a..1dbc574 100644 --- a/src/components/Home.tsx +++ b/src/components/Home.tsx @@ -5,10 +5,10 @@ export default function Home () { <> <div> <div className="flex flex-col gap-16 max-w-16xl shrink"> - <div className="title font-bold text-6xl font-title mb-32">Welcome</div> + <div className="title font-bold text-6xl font-title mb-16 dsm:mb-10">Welcome</div> <div className=""> <div className="jumbotron jumbotron-fluid bg-transparent"> - <div className="container secondary-color bg-stone-950 prose prose-invert marker:text-stone-50 p-16 rounded-xl"> + <div className="container secondary-color bg-stone-950 prose prose-invert marker:text-stone-50 p-16 dsm:py-10 dsm:px-4 rounded-xl"> <HomeMD /> </div> </div> |
