File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,12 @@ const LatestContent = () => {
13
13
subtitle = "tips, insights, and best practices about software engineering and personal life"
14
14
/>
15
15
16
- < div className = "grid grid-cols-12 gap-y-10 md:gap-10 max-w-screen-lg mx-4 lg:mx-auto" >
16
+ < div className = "grid grid-cols-12 gap-y-10 gap-5 md:gap-7 max-w-screen-lg mx-4 lg:mx-auto" >
17
17
{ me . content . posts . map ( ( post : IPost ) => (
18
- < div className = "relative w-full col-span-4" key = { post . image } >
18
+ < div
19
+ className = "relative w-full col-span-6 md:col-span-4"
20
+ key = { post . image }
21
+ >
19
22
< Post post = { post } />
20
23
</ div >
21
24
) ) }
Original file line number Diff line number Diff line change 147
147
"content" : {
148
148
"contentCutOff" : 4 ,
149
149
"posts" : [
150
+ {
151
+ "image" : " images/story_6.jpg" ,
152
+ "url" : " https://blog.ahmedibrahim.dev/the-evolution-of-my-git-commit-messages-6542cec6ba2f"
153
+ },
150
154
{
151
155
"image" : " images/story_5.jpg" ,
152
156
"url" : " https://blog.ahmedibrahim.dev/how-i-get-myself-started-doing-hard-things-when-i-dont-want-to-4141e8538cfe"
You can’t perform that action at this time.
0 commit comments