Skip to content

Commit 654f900

Browse files
authored
fix: spacing fix for location button (asyncapi#577)
Co-authored-by: TenzDelek <tibetdelek@gmail.com>
1 parent c16593d commit 654f900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export default function Home() {
9595
</div>
9696
) : (
9797
<div className="flex justify-center">
98-
<div className="w-[900px] lg:w-full flex justify-between">
98+
<div className="space-x-4 lg:w-full flex justify-between">
9999
{speakers.map((speaker) => {
100100
return (
101101
<div

0 commit comments

Comments
 (0)