Skip to content

Commit

Permalink
fix h3s
Browse files Browse the repository at this point in the history
  • Loading branch information
Tschonti committed Feb 17, 2024
1 parent c05aa30 commit 308efd8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/image-carousel/image-carousel-section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export function ImageCarouselSection({ data: { conferences, sectionTitle } }: Pr
height={200}
width={300}
/>
<h3 className='mt-2'>{item.priority}</h3>
<h3 className='text-3xl font-semibold mt-2'>{item.priority}</h3>
<p className='mt-1 text-md sm:text-lg font-medium'>{item.title}</p>
</div>
</CarouselItem>
Expand Down

0 comments on commit 308efd8

Please sign in to comment.