mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-25 20:00:25 +00:00
Change title style
This commit is contained in:
@@ -17,7 +17,7 @@ const Project = () => {
|
|||||||
<div>
|
<div>
|
||||||
<div className="flex items-center">
|
<div className="flex items-center">
|
||||||
<span>
|
<span>
|
||||||
<h5 className="card-title">
|
<h5 className="card-title text-lg">
|
||||||
{skeleton({ width: 'w-32', height: 'h-8' })}
|
{skeleton({ width: 'w-32', height: 'h-8' })}
|
||||||
</h5>
|
</h5>
|
||||||
</span>
|
</span>
|
||||||
@@ -77,7 +77,7 @@ const Project = () => {
|
|||||||
<div className="flex items-center opacity-60">
|
<div className="flex items-center opacity-60">
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" className="inline-block w-5 h-5 mr-2 stroke-current"><path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M3 7v10a2 2 0 002 2h14a2 2 0 002-2V9a2 2 0 00-2-2h-6l-2-2H5a2 2 0 00-2 2z"></path></svg>
|
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" className="inline-block w-5 h-5 mr-2 stroke-current"><path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M3 7v10a2 2 0 002 2h14a2 2 0 002-2V9a2 2 0 00-2-2h-6l-2-2H5a2 2 0 00-2 2z"></path></svg>
|
||||||
<span>
|
<span>
|
||||||
<h5 className="card-title">
|
<h5 className="card-title text-lg">
|
||||||
{item.name}
|
{item.name}
|
||||||
</h5>
|
</h5>
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user