Skip to content

Commit

Permalink
fix: give h1 max width and more space
Browse files Browse the repository at this point in the history
  • Loading branch information
zacjones93 committed Nov 21, 2024
1 parent 2bd3260 commit 6978feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/pages/home/search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const Search = () => {
{({values, handleChange}) => {
return (
<Form role="search" className="w-full">
<h1 className="text-center lg:text-3xl text-balance sm:text-2xl text-2xl font-bold leading-tighter sm:pb-8 pb-5">
<h1 className="text-center lg:text-3xl text-balance max-w-3xl mx-auto sm:text-2xl text-2xl font-bold leading-tighter sm:pb-20 pb-10">
Bite-Sized Screencasts for Web Developers that Hate Long Boring
Videos
</h1>
Expand Down

0 comments on commit 6978feb

Please sign in to comment.