mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-24 15:47:08 +00:00
Add Tailwind CSS (#425)
* Install and configure tailwind * Fix style issues
This commit is contained in:
@@ -12,7 +12,7 @@ interface Props {
|
||||
export function ToolGroup({ title, titleIcon, link, children }: Props) {
|
||||
return <div class="tool-group">
|
||||
{link === undefined
|
||||
? <div class="tool-card"><h3>{title}</h3></div>
|
||||
? <div class="tool-card"><h3 class="text-[1.17em]">{title}</h3></div>
|
||||
: <ToolCard {...{ title, titleIcon, link}} />
|
||||
}
|
||||
{children && <div class="tool-body">
|
||||
|
||||
Reference in New Issue
Block a user