fixed color titles

This commit is contained in:
2026-02-13 17:48:35 -06:00
parent 812c8fbbe1
commit 0582269c31
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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>
) )
} }
+1 -1
View File
@@ -39,7 +39,7 @@
} }
} }
.title { .titles {
margin-left: 40px; margin-left: 40px;
font-size: 3rem; font-size: 3rem;
font-weight: 600; font-weight: 600;