File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/components/learn-aggregator Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ function TeaserSectionListItem({
104104 >
105105 < div
106106 className = { clsx (
107- "flex size-[72px] items-center justify-center border border -neu-200 [grid-area:icon] lg:size-[190px]" ,
107+ "flex size-[72px] items-center justify-center border-neu-200 [grid-area:icon] max- lg:border lg: size-[190px] lg:border-r " ,
108108 section === "getting-started" &&
109109 "bg-pri-lighter/10 dark:bg-pri-lighter/5" ,
110110 section === "best-practices" &&
@@ -123,7 +123,7 @@ function TeaserSectionListItem({
123123 </ strong >
124124 </ div >
125125
126- < p className = "typography-body-sm text-pretty text-neu-900 [grid-area:desc] lg:px-4 lg:pb-4 " >
126+ < p className = "typography-body-sm text-pretty p-4 text-neu-900 [grid-area:desc]" >
127127 { description }
128128 </ p >
129129
You can’t perform that action at this time.
0 commit comments