diff --git a/src/app/globals.css b/src/app/globals.css index 7bd3ec2..6ce5e8f 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -23,10 +23,6 @@ h2 { @apply text-2xl sm:text-3xl md:text-4xl font-bold; } -h3 { - @apply text-xl sm:text-2xl md:text-3xl font-semibold; -} - .markdown ul { @apply list-disc ml-6; } diff --git a/src/components/image-carousel/image-carousel-section.tsx b/src/components/image-carousel/image-carousel-section.tsx index 6c6bf14..3dc97f3 100644 --- a/src/components/image-carousel/image-carousel-section.tsx +++ b/src/components/image-carousel/image-carousel-section.tsx @@ -37,7 +37,7 @@ export function ImageCarouselSection({ data: { conferences, sectionTitle } }: Pr height={200} width={300} /> -

{item.priority}

+

{item.priority}

{item.title}