mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-26 08:26:51 +00:00
Add Tailwind CSS (#425)
* Install and configure tailwind * Fix style issues
This commit is contained in:
@@ -25,7 +25,7 @@ export function ToolCard({ title, desc, link, icon, titleIcon }: Props) {
|
||||
}
|
||||
|
||||
function ToolHead({ title, titleIcon }: Pick<Props, 'title' | 'titleIcon'>) {
|
||||
return <h3>
|
||||
return <h3 class="text-[1.17em]">
|
||||
{title}
|
||||
{titleIcon && (titleIcon in Octicon ? (Octicon as any)[titleIcon] : (Icons as any)[titleIcon])}
|
||||
</h3>
|
||||
|
||||
Reference in New Issue
Block a user