Skip to content

Commit

Permalink
fix button spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvie-Wxr committed Sep 12, 2023
1 parent 59390de commit 6f22ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default function Home() {
</div>
) : (
<div className='flex justify-center'>
<div className='lg:w-full flex justify-between'>
<div className='w-[900px] lg:w-full flex justify-between'>
{speakers.map((speaker) => {
return (
<div
Expand Down

0 comments on commit 6f22ca6

Please sign in to comment.