update spacing on landing page
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m1s

This commit is contained in:
Lee 2024-04-18 01:48:30 +01:00
parent 9255c40288
commit 6f0b3ec252

@ -38,7 +38,7 @@ export default function Home(): ReactElement {
</div> </div>
</div> </div>
<div className="flex flex-row gap-2 justify-center"> <div className="flex flex-row gap-2 justify-center mt-4">
{buttons.map((button, index) => { {buttons.map((button, index) => {
return ( return (
<Tooltip key={index}> <Tooltip key={index}>