diff options
| author | realtradam <[email protected]> | 2024-06-20 15:16:03 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2024-06-20 15:16:03 -0400 |
| commit | d8784ecd03be1cc90887242ae340a0bbf069da18 (patch) | |
| tree | df8617ae53d96175cb0c37cb126060d26fc08c60 /src/components/Home.tsx | |
| parent | e77c879f488cdc267c85438d54eb88e805efdc0b (diff) | |
| download | malcz.com-d8784ecd03be1cc90887242ae340a0bbf069da18.tar.gz malcz.com-d8784ecd03be1cc90887242ae340a0bbf069da18.zip | |
add mobile sliding sidepanel
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> |
