Skip to content

Commit

Permalink
πŸ’„ Fix reduction of 4 to 2 columns in landing site
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckcarpenter committed Dec 22, 2023
1 parent 76143f9 commit a6bec0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion landing/src/pages/pricing.astro
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import { SITE_TITLE, SITE_DESCRIPTION } from '../consts';

<div class="my-20 flow-root">
<div
class="isolate -mt-16 grid max-w-7xl grid-cols-1 gap-y-16 divide-y divide-gray-100 sm:mx-auto lg:-mx-8 lg:mt-0 lg:max-w-none lg:grid-cols-4 lg:divide-x lg:divide-y-0 xl:-mx-4"
class="isolate -mt-16 grid max-w-7xl grid-cols-1 gap-y-16 divide-y divide-gray-100 sm:mx-auto lg:-mx-8 lg:mt-0 lg:max-w-none lg:grid-cols-2 lg:divide-x lg:divide-y-0 xl:-mx-4"
>
<div class="pt-16 lg:px-8 lg:pt-0 xl:px-14">
<h3 class="font-heading p-2 text-xl uppercase w-full">
Expand Down

0 comments on commit a6bec0d

Please sign in to comment.