Skip to content

Commit

Permalink
Merge pull request #1172 from internxt/update-navbar
Browse files Browse the repository at this point in the history
[_]: feat/add margins to Home HeroSection to fix spacing issues
  • Loading branch information
jaaaaavier authored Dec 5, 2024
2 parents f1b152e + 4e7cdd9 commit cb31a6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/home/HeroSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ export default function HeroSection({ textContent, lang, isHomePageV2 }: HeroSec

return (
<section className="overflow-hidden">
<div className="relative flex h-full flex-col bg-white pt-16">
<div className="relative flex h-full flex-col bg-white pt-16 xl:mx-32">
{/* Desktop version */}
<div className="relative mx-auto hidden w-full max-w-screen-xl flex-col items-center lg:flex lg:flex-row lg:items-center lg:justify-between lg:py-10">
<div className="relative mx-auto hidden w-full max-w-screen-xl flex-col items-center lg:flex lg:flex-row lg:items-center lg:justify-between lg:py-10 ">
<div
className={`flex w-screen flex-shrink-0 ${componentsFlow} items-center justify-center gap-5 px-5 pt-5 text-center sm:w-auto sm:px-0 md:ml-2 lg:ml-0 lg:items-start lg:text-left`}
>
Expand Down

0 comments on commit cb31a6f

Please sign in to comment.