Skip to content

Commit

Permalink
fix: css 2025 logo issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ginifizz committed Oct 8, 2024
1 parent 79ce59e commit da9ed4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pwa/app/(con)/[locale]/con/2025/components/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ const HomePage = ({ speakers, partners, images }: HomePageProps) => {
className="flex flex-col text-white text-center justify-center items-center min-h-screen w-full relative overflow-hidden pt-12 pb-12"
section="home"
>
<div className="container relative z-10 flex flex-col items-center w-full md:flex-row md:gap-12">
<div className="w-4/5 my-6 md:mt-0 md:w-1/2 relative">
<div className="container relative z-10 flex flex-col items-center w-full md:flex-row md:gap-12 xl:gap-24">
<div className="w-4/5 my-6 md:mt-0 md:w-1/2 relative xl:w-[47%]">
<Logo />
</div>
<div className="flex-1 flex flex-col items-center md:items-start">
Expand Down

0 comments on commit da9ed4a

Please sign in to comment.