diff --git a/src/components/Guides.tsx b/src/components/Guides.tsx index 576b01ed..851d35f8 100644 --- a/src/components/Guides.tsx +++ b/src/components/Guides.tsx @@ -40,10 +40,10 @@ export function Guides() {
{guides.map((guide) => (
-

+

{guide.name}

-

+

{guide.description}

diff --git a/src/components/Navigation.tsx b/src/components/Navigation.tsx index 7ae3b9fe..7591e206 100644 --- a/src/components/Navigation.tsx +++ b/src/components/Navigation.tsx @@ -402,7 +402,7 @@ function NavigationGroup({

  • toggleCollapse(group.title)} > {group.title} diff --git a/src/components/Resources.tsx b/src/components/Resources.tsx index 8dba9b38..cad3659f 100644 --- a/src/components/Resources.tsx +++ b/src/components/Resources.tsx @@ -183,13 +183,13 @@ function Resource({ resource }: { resource: Resource }) {
    -

    +

    {resource.name}

    -

    +

    {resource.description}

    diff --git a/typography.ts b/typography.ts index 013b5a2b..706d722d 100644 --- a/typography.ts +++ b/typography.ts @@ -42,7 +42,7 @@ export default function typographyStyles({ theme }: PluginUtils) { // Base color: 'var(--tw-prose-body)', - fontSize: theme('fontSize.sm')[0], + fontSize: theme('fontSize.base')[0], lineHeight: theme('lineHeight.7'), // Text