File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6464 <SubscribeBox color =" #F1B6B8" text =" ¿Quieres mantenerte al tanto? Suscríbete a nuestro newsletter" subscribeForm =" true" />
6565</section >
6666
67- <section id =" blog" class =" p-8 mx-auto my-8" >
68- <div class =" text-center my-8 " >
67+ <section id =" blog" class =" p-8 mx-auto my-8 container " >
68+ <div class =" text-center my-12 " >
6969 <TitleDescription title =" Blog" />
7070 </div >
71-
72- <div class =" flex flex-col md:flex-row columns-3 container my-8 mx-auto gap-5" >
71+ <div class =" md:grid grid-cols-3 gap-5 mb-5" >
7372 {#each posts as post }
7473 <ArticleCard
75- slug ={post .slug }
76- title ={post .title }
77- tag ={post .tags [0 ]}
78- author ={post .user_created .first_name + ' ' + post .user_created .last_name }
79- date ={new Date (post .date_created ).toLocaleString (' es-MX' )}
80- image ={` https://content.codeandomexico.org/assets/${post .post_image } ` }
74+ slug ={post .slug }
75+ title ={post .title }
76+ tag ={post .tags [0 ]}
77+ author ={post .user_created .first_name + ' ' + post .user_created .last_name }
78+ date ={new Date (post .date_created ).toLocaleString (' es-MX' )}
79+ image ={` https://content.codeandomexico.org/assets/${post .post_image } ` }
8180 />
82- {/each }
81+ {/each }
8382 </div >
84-
8583 <div class =" text-center m-auto" >
8684 <a href =" /blog" >
87- <Button action _label=" Ir al blog" />
88- </a >
85+ <Button action _label=" Ir al blog" />
86+ </a >
8987 </div >
9088</section >
You can’t perform that action at this time.
0 commit comments