fixed color titles
This commit is contained in:
@@ -20,7 +20,7 @@ export default function CreatorCard({title,img,width,height}:props) {
|
|||||||
className="creators"
|
className="creators"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<h1 className="title">{title}</h1>
|
<h1 className="titles">{title}</h1>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
@@ -39,7 +39,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.titles {
|
||||||
margin-left: 40px;
|
margin-left: 40px;
|
||||||
font-size: 3rem;
|
font-size: 3rem;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
|||||||
Reference in New Issue
Block a user