mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-25 21:54:20 -08:00
Remove a tiny bit of space between getting started and social pills
This commit is contained in:
parent
979ec4f198
commit
2f60c23565
|
@ -167,7 +167,7 @@ function Home() {
|
||||||
))}
|
))}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="container mx-auto flex w-auto flex-col gap-8">
|
<div className="container mx-auto flex w-auto flex-col gap-4">
|
||||||
<h3 className="text-xl font-bold">Getting Started</h3>
|
<h3 className="text-xl font-bold">Getting Started</h3>
|
||||||
<div className="flex flex-wrap justify-center gap-6">
|
<div className="flex flex-wrap justify-center gap-6">
|
||||||
<div className="flex flex-col items-center">
|
<div className="flex flex-col items-center">
|
||||||
|
|
Loading…
Reference in a new issue