changed text size certifications

This commit is contained in:
becarta
2025-02-04 02:58:00 +01:00
parent e406793c99
commit e5e3e5ed98
2 changed files with 6 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ const {
{
testimonials &&
testimonials.map(({ title, linkUrl, name, description, image }) => (
<a href={linkUrl} target="_blank" rel="noopener noreferrer" class="flex flex-col justify-start items-center p-2 md:p-4 rounded-md shadow-xl dark:shadow-none dark:border dark:border-slate-600 w-[300px] mx-auto sm:mx-0">
<a href={linkUrl} target="_blank" rel="noopener noreferrer" class="flex flex-col justify-start items-center p-2 md:p-4 rounded-md shadow-xl dark:shadow-none dark:border dark:border-slate-600 w-[450px] mx-auto sm:mx-0">
{title && <h2 class="text-lg font-medium leading-6 pb-4 text-center">{title}</h2>}
{image && (
<div class="h-[160px] w-[160px] border-slate-200 dark:border-slate-600 mx-auto">
@@ -50,8 +50,8 @@ const {
{/* Text content takes up the remaining space */}
<div class="flex flex-col flex-grow items-center">
{name && <p class="text-base font-semibold text-center">{name}</p>}
{description && <p class="text-xs text-muted text-center">{description}</p>}
{name && <p class="text-lg font-semibold text-center">{name}</p>}
{description && <p class="text-base text-muted text-center">{description}</p>}
</div>
</a>
))

View File

@@ -310,8 +310,8 @@ const metadata = {
},
},
{
name: 'Microsoft 365 Certified: Teams Administrator Associate',
description: 'Earning the Microsoft 365 Certified: Teams Administrator Associate certification demonstrates your ability to plan, deploy, configure, and manage Microsoft Teams to facilitate efficient collaboration and communication within a Microsoft 365 environment.',
name: 'M365: Teams Administrator Associate',
description: 'Earning the Teams Administrator Associate certification demonstrates your ability to plan, deploy, configure, and manage Microsoft Teams to facilitate efficient collaboration and communication within a Microsoft 365 environment.',
linkUrl: 'https://learn.microsoft.com/en-us/credentials/certifications/m365-teams-administrator-associate/?practice-assessment-type=certification',
image: {
src: MicrosoftAssociate,
@@ -345,6 +345,7 @@ const metadata = {
alt: 'Nexthink Administrator badge',
},
},
]}
/>