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 @@ -124,12 +124,12 @@ export default async function BlogIndex({
124124 { /* Featured posts */ }
125125 { featured . length > 0 && (
126126 < >
127- < nav aria-label = 'Featured posts' className = 'flex' >
127+ < nav aria-label = 'Featured posts' className = 'flex flex-col sm:flex-row ' >
128128 { featured . map ( ( p , index ) => (
129129 < Link
130130 key = { p . slug }
131131 href = { `/blog/${ p . slug } ` }
132- 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'
132+ 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'
133133 >
134134 < div className = 'relative aspect-video w-full overflow-hidden rounded-[5px]' >
135135 < Image
You can’t perform that action at this time.
0 commit comments