Skip to content

Commit

Permalink
fix: removed padding from grpc image in large screens
Browse files Browse the repository at this point in the history
  • Loading branch information
isaaclindenman committed Jan 16, 2024
1 parent 0efcca2 commit a0e576b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/components/static-site/features-section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export function FeatureSection() {
height={Dimensions.Twelve}
src="/images/grpc.svg"
alt="Streaming Image"
className="px-24 pt-8 md:px-6 lg:h-1/2 w-full lg:w-fit z-10"
className="px-24 md:px-6 pt-8 lg:pt-0 lg:h-1/2 w-full lg:w-fit z-10"
/>
</figure>
<div className="card-body my-auto md:pl-0">
Expand Down Expand Up @@ -125,11 +125,11 @@ export function FeatureSection() {
{t('featureSectionTitle')}
</h2>
<div className="grid md:grid-cols-12 container mx-auto gap-8">
<div className="marketing-card md:col-span-7 md:card-side md:flex-row ">
<div className="marketing-card md:col-span-7 md:card-side md:flex-row ">
<ServerLessCard />
</div>

<div className="marketing-card md:col-span-5 lg:card-side lg:flex-row">
<div className="marketing-card md:col-span-5 lg:card-side lg:flex-row">
<StreamingCard />
</div>

Expand Down

0 comments on commit a0e576b

Please sign in to comment.