changed text size certifications
This commit is contained in:
@@ -26,7 +26,7 @@ const {
|
|||||||
{
|
{
|
||||||
testimonials &&
|
testimonials &&
|
||||||
testimonials.map(({ title, linkUrl, name, description, image }) => (
|
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>}
|
{title && <h2 class="text-lg font-medium leading-6 pb-4 text-center">{title}</h2>}
|
||||||
{image && (
|
{image && (
|
||||||
<div class="h-[160px] w-[160px] border-slate-200 dark:border-slate-600 mx-auto">
|
<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 */}
|
{/* Text content takes up the remaining space */}
|
||||||
<div class="flex flex-col flex-grow items-center">
|
<div class="flex flex-col flex-grow items-center">
|
||||||
{name && <p class="text-base font-semibold text-center">{name}</p>}
|
{name && <p class="text-lg font-semibold text-center">{name}</p>}
|
||||||
{description && <p class="text-xs text-muted text-center">{description}</p>}
|
{description && <p class="text-base text-muted text-center">{description}</p>}
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
))
|
))
|
||||||
|
@@ -310,8 +310,8 @@ const metadata = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Microsoft 365 Certified: Teams Administrator Associate',
|
name: 'M365: 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.',
|
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',
|
linkUrl: 'https://learn.microsoft.com/en-us/credentials/certifications/m365-teams-administrator-associate/?practice-assessment-type=certification',
|
||||||
image: {
|
image: {
|
||||||
src: MicrosoftAssociate,
|
src: MicrosoftAssociate,
|
||||||
@@ -345,6 +345,7 @@ const metadata = {
|
|||||||
alt: 'Nexthink Administrator badge',
|
alt: 'Nexthink Administrator badge',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user