1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-17 22:51:16 +02:00

Update projects header

This commit is contained in:
Kamran Ahmed
2024-09-12 13:08:38 +01:00
parent 44a7a01e3c
commit bcc85dcebe

View File

@@ -7,7 +7,7 @@ export function ProjectsPageHeader() {
<div className="container"> <div className="container">
<div className="flex flex-col items-start bg-white sm:items-center"> <div className="flex flex-col items-start bg-white sm:items-center">
<h1 className="text-2xl font-bold sm:text-5xl">Project Ideas</h1> <h1 className="text-2xl font-bold sm:text-5xl">Project Ideas</h1>
<p className="mt-1 text-sm sm:my-3 sm:text-lg"> <p className="mt-1 text-sm sm:mt-4 sm:text-lg">
Browse the ever-growing list of projects ideas and solutions. Browse the ever-growing list of projects ideas and solutions.
</p> </p>
</div> </div>