refactor: fix h1 heading overlapping
This commit is contained in:
parent
4a59ddb023
commit
66e8ca97d5
3 changed files with 3 additions and 3 deletions
|
@ -33,7 +33,7 @@ const Home: FC = () => {
|
|||
|
||||
return (
|
||||
<>
|
||||
<h1 className="mb-8 text-5xl">developomp's Portfolio</h1>
|
||||
<h1 className="mb-8">developomp's Portfolio</h1>
|
||||
<hr />
|
||||
<div className="my-4 flex flex-wrap">{skills}</div>
|
||||
<div className="projects">{projects}</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue