Skip to content

Commit

Permalink
fix: adjust section padding and title size
Browse files Browse the repository at this point in the history
  • Loading branch information
zacjones93 authored and kodiakhq[bot] committed Dec 13, 2024
1 parent 7103599 commit 2393855
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/epic-web/src/pages/conf/2025/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ const Sponsors = () => {
<section
id="sponsors"
aria-label="sponsors"
className="mx-auto flex w-full max-w-screen-xl scale-90 flex-col items-center justify-center gap-10 pb-24 pt-8 sm:pb-16 lg:scale-100 [&_p]:text-[#93A1D7]"
className="mx-auto flex w-full max-w-screen-xl scale-90 flex-col items-center justify-center gap-10 pb-24 sm:pb-16 lg:scale-100 [&_p]:text-[#93A1D7]"
>
<h2 className="pb-5 text-3xl font-semibold sm:text-4xl">Sponsors</h2>
{platinum.length > 0 && (
Expand Down Expand Up @@ -1125,9 +1125,9 @@ const SpeakersList: React.FC<{
<section
id="speakers"
aria-label="speakers"
className="mx-auto flex w-full max-w-screen-lg flex-col items-center justify-center px-5 pb-16 pt-10"
className="mx-auto flex w-full max-w-screen-lg flex-col items-center justify-center px-5"
>
<h2 className="w-full pb-10 text-4xl font-bold sm:text-5xl">
<h2 className="w-full pb-10 text-center text-3xl font-semibold sm:text-4xl">
Speakers
</h2>
<div className="grid grid-cols-2 sm:grid-cols-3 lg:grid-cols-4">
Expand Down

0 comments on commit 2393855

Please sign in to comment.