mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-07 21:48:18 -08:00
reduce home page top margin on mobile
This commit is contained in:
parent
54c0754042
commit
d29a40e3dd
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ export default function Home() {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<main className="flex flex-grow justify-center pb-4 w-full bg-linear-to-b to-(--color-bg) from-(--color-bg-secondary) to-60%">
|
<main className="flex flex-grow justify-center pb-4 w-full bg-linear-to-b to-(--color-bg) from-(--color-bg-secondary) to-60%">
|
||||||
<div className="flex-1 flex flex-col items-center gap-16 min-h-0 mt-20">
|
<div className="flex-1 flex flex-col items-center gap-16 min-h-0 sm:mt-20 mt-10">
|
||||||
<div className="flex flex-col md:flex-row gap-10 md:gap-20">
|
<div className="flex flex-col md:flex-row gap-10 md:gap-20">
|
||||||
<AllTimeStats />
|
<AllTimeStats />
|
||||||
<ActivityGrid configurable />
|
<ActivityGrid configurable />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue