Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit dfad7d9

Browse files
authored
fix: overlapping of feature icon (#314)
1 parent f0d358e commit dfad7d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/SecondaryFeatures.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function FeaturesMobile() {
6767
<div className="-mx-4 mt-20 flex flex-col gap-y-10 overflow-hidden px-4 sm:-mx-6 sm:px-6 lg:hidden">
6868
{features.map((feature) => (
6969
<div key={feature.summary}>
70-
<Feature feature={feature} className="mx-auto max-w-2xl" isActive />
70+
<Feature feature={feature} className="mt-2 mx-auto max-w-2xl" isActive />
7171
<div className="relative mt-10 pb-10">
7272
<div className="absolute -inset-x-4 bottom-0 top-8 bg-slate-200 sm:-inset-x-6" />
7373
<div className="relative mx-auto w-[52.75rem] overflow-hidden rounded-xl bg-white shadow-lg shadow-slate-900/5 ring-1 ring-slate-500/10">

0 commit comments

Comments
 (0)