Skip to content

Commit

Permalink
fix: conf
Browse files Browse the repository at this point in the history
  • Loading branch information
neo773 committed Aug 26, 2024
1 parent 3959e76 commit a50f9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/home/Configuration.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Section from "../shared/Section"

const Configuration = (): JSX.Element => {
return (
<Section className="flex flex-col lg:flex-row justify-center gap-10" innerClassName="md:flex md:gap-10">
<Section className="flex flex-col lg:flex-row justify-center gap-10" innerClassName="xl:flex md:gap-10">
<div className="max-w-2xl">
<Heading as="h2" className="text-title-large sm:text-display-tiny lg:text-display-small mb-SPACE_04">
Get <span className="rounded-lg px-SPACE_02 bg-tailCall-yellow">Started</span>
Expand Down

0 comments on commit a50f9f3

Please sign in to comment.