fix mobile responsiveness on landing page buttons
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m1s

This commit is contained in:
Lee 2024-04-19 15:53:24 +01:00
parent 777d7bebd3
commit 0641d6722c

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