fix mobile responsiveness on landing page buttons
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m1s
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m1s
This commit is contained in:
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}>
|
||||
|
Loading…
Reference in New Issue
Block a user