Skip to content

Commit

Permalink
style: adjust content width
Browse files Browse the repository at this point in the history
  • Loading branch information
Luqmaan Essop authored and luqmaanessop committed May 15, 2024
1 parent 7541503 commit a383ac8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';

export function BlockHorizontalSeparator() {
return <hr className="my-8 text-gray-200" />;
return <hr className="mx-auto max-w-3xl my-8 text-gray-200" />;
}

0 comments on commit a383ac8

Please sign in to comment.