File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
apps/sim/app/(landing)/blog Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,12 +81,12 @@ export default async function BlogIndex({
8181 { /* Featured posts */ }
8282 { featured . length > 0 && (
8383 < >
84- < div className = 'flex' >
84+ < div className = 'flex flex-col sm:flex-row ' >
8585 { featured . map ( ( p , index ) => (
8686 < Link
8787 key = { p . slug }
8888 href = { `/blog/${ p . slug } ` }
89- className = 'group flex flex-1 flex-col gap-4 border-[var(--landing-bg-elevated)] p-6 transition-colors hover:bg-[var(--landing-bg-elevated)] md :border-l md :first:border-l-0'
89+ className = 'group flex flex-1 flex-col gap-4 border-[var(--landing-bg-elevated)] border-t p-6 transition-colors first:border-t-0 hover:bg-[var(--landing-bg-elevated)] sm :border-t-0 sm:border-l sm :first:border-l-0'
9090 >
9191 < div className = 'relative aspect-video w-full overflow-hidden rounded-[5px]' >
9292 < img
You can’t perform that action at this time.
0 commit comments